From 62005d344bcea9bc589876fc174f72f1fd556ff8 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@23600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ sample/optparse/opttest.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8b9ae7d501..a11d5f3857 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu May 28 03:47:46 2009 Yukihiro Matsumoto + + * sample/optparse/opttest.rb: typo fixed. [ruby-dev:38544] + Thu May 28 03:43:10 2009 Yukihiro Matsumoto * time.c (time_strftime): update RDoc according to info from 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:") -- cgit v1.2.3