aboutsummaryrefslogtreecommitdiffstats
path: root/lib/getoptlong.rb
diff options
context:
space:
mode:
authorryan <ryan@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-07 16:07:43 +0000
committerryan <ryan@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-07 16:07:43 +0000
commit51c919b387070e9d75bbabd2f70986d378df16fa (patch)
treef549f698aeef781e9e66255474adf262af847ca8 /lib/getoptlong.rb
parent7591606c528a371de07acc9b08ac30b1bb317e4f (diff)
downloadruby-51c919b387070e9d75bbabd2f70986d378df16fa.tar.gz
Added .document file for lib/uri.
Added mathew's patches to test_ftp.rb Fixed a minor typo in getoptlong.rb git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/getoptlong.rb')
-rw-r--r--lib/getoptlong.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getoptlong.rb b/lib/getoptlong.rb
index 6e23cb6c7f..8fb302d741 100644
--- a/lib/getoptlong.rb
+++ b/lib/getoptlong.rb
@@ -113,7 +113,7 @@ class GetoptLong
# argument ordering must be a member of ORDERINGS, i.e one of
# GetoptLong::REQUIRE_ORDER, GetoptLong::PERMUTE,
# GetoptLong::RETURN_IN_ORDER. A RuntimeError is raised if
- # option processin has already started.
+ # option processing has already started.
#
def ordering=(ordering)
#