summaryrefslogtreecommitdiffstats
path: root/bin/erb
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-24 00:07:01 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-24 00:07:01 +0000
commit79bd8d2ca0db7d6eb9eaa1264fb6becfa90e79c4 (patch)
tree39400cee1bb4afa7f43755ab37909aad4f7a37f8 /bin/erb
parent68d2c67f8c5d6a19cf087ff0a7dc27eb18bb349a (diff)
downloadruby-79bd8d2ca0db7d6eb9eaa1264fb6becfa90e79c4.tar.gz
ruby-79bd8d2ca0db7d6eb9eaa1264fb6becfa90e79c4.tar.xz
ruby-79bd8d2ca0db7d6eb9eaa1264fb6becfa90e79c4.zip
* ext/tk/lib/tk/canvas.rb (TkCanvasItemConfig::__item_val2ruby_optkeys):
typo fixed. [ruby-talk:162187] * ext/tk/lib/tk/menu.rb (TkMenuEntryConfig::__item_val2ruby_optkeys): ditto. [ruby-core:06359] * ext/enumerator/enumerator.c: applied documentation patch from James Edward Gray II <james@grayproductions.net>. [ruby-core:06348] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bin/erb')
-rwxr-xr-xbin/erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/erb b/bin/erb
index 32f8102ec..a6fcd5370 100755
--- a/bin/erb
+++ b/bin/erb
@@ -60,7 +60,7 @@ class ERB
$DEBUG = true
when '-r' # require
require ARGV.req_arg
- when '-S' # sacurity level
+ when '-S' # security level
arg = ARGV.req_arg
raise "invalid safe_level #{arg.dump}" unless arg =~ /^[0-4]$/
safe_level = arg.to_i