Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Neukirchen <chneukirchen@gmail.com>
  • Loading branch information
rkh committed Jun 16, 2011
1 parent 32e8ee4 commit 13ccbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rack/session/abstract/id.rb
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def generate_sid(secure = @sid_secure)
else
"%0#{@sid_length}x" % Kernel.rand(2**@sidbits - 1)
end
rescue NotImpelentedError
rescue NotImplementedError
generate_sid(false)
end

Expand Down

0 comments on commit 13ccbc7

Please sign in to comment.