mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
NotImpelentedError typo fix
This commit is contained in:
parent
121e2bb1cf
commit
eea798e787
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ module Rack
|
|||
|
||||
def random_string(secure = defined? SecureRandom)
|
||||
secure ? SecureRandom.hex(32) : "%032x" % rand(2**128-1)
|
||||
rescue NotImpelentedError
|
||||
rescue NotImplementedError
|
||||
random_string false
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue