summaryrefslogtreecommitdiff
path: root/sample/optparse/opttest.rb
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-27 18:48:49 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-27 18:48:49 +0000
commit62005d344bcea9bc589876fc174f72f1fd556ff8 (patch)
treef0f1e615401470faabd9a7c30fda43e2489013b3 /sample/optparse/opttest.rb
parent4f6bfb4a8300780b1bb378dd36f7a4b2bfec6881 (diff)
* sample/optparse/opttest.rb: typo fixed. [ruby-dev:38544]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample/optparse/opttest.rb')
-rw-r--r--sample/optparse/opttest.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/optparse/opttest.rb b/sample/optparse/opttest.rb
index e2c6d1e048..9247af494f 100644
--- a/sample/optparse/opttest.rb
+++ b/sample/optparse/opttest.rb
@@ -13,7 +13,7 @@ ARGV.options do
|opts|
opts.banner << " argv..."
- # separater
+ # separator
opts.on_tail
opts.on_tail("common options:")