Merge pull request #266 from weppos/typo.

Typo insetad => instead
This commit is contained in:
Konstantin Haase 2011-05-03 12:52:00 -07:00
commit 506104481b
1 changed files with 1 additions and 1 deletions

View File

@ -667,7 +667,7 @@ module Sinatra
def options
warn "Sinatra::Base#options is deprecated and will be removed, " \
"use #settings insetad.\n\tfrom #{caller.first}"
"use #settings instead.\n\tfrom #{caller.first}"
settings
end