From 7e1424bfa804448f39a9ffcdccace1cce0e948a2 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 27 May 2009 18:48:49 +0000 Subject: * sample/optparse/opttest.rb: typo fixed. [ruby-dev:38544] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- sample/optparse/opttest.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sample/optparse') diff --git a/sample/optparse/opttest.rb b/sample/optparse/opttest.rb index e2c6d1e04..9247af494 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:") -- cgit