aboutsummaryrefslogtreecommitdiffstats
path: root/lib/getoptlong.rb
diff options
context:
space:
mode:
authora_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-23 03:43:23 +0000
committera_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-23 03:43:23 +0000
commitc700927410e64c8a72e632c1ee5ab54b1084a3fa (patch)
tree3b2fee16a2d3ff4626cf53e6357c1c247b23c7da /lib/getoptlong.rb
parent22e197dcf91cccdb3c5254447eea55ba29457535 (diff)
downloadruby-c700927410e64c8a72e632c1ee5ab54b1084a3fa.tar.gz
[DOC] Fix typos
* benchmark.rb * getoptlong.rb * irb.rb * net/http.rb * net/http/header.rb * net/imap.rb * optparse.rb * pstore.rb * webrick.rb * xmlrpc.rb [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53261 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 e81493ea50..8aa91b82e0 100644
--- a/lib/getoptlong.rb
+++ b/lib/getoptlong.rb
@@ -575,7 +575,7 @@ class GetoptLong
else
#
# This is a non-option argument.
- # Only RETURN_IN_ORDER falled into here.
+ # Only RETURN_IN_ORDER fell into here.
#
return '', argument
end