aboutsummaryrefslogtreecommitdiffstats
path: root/lib/getoptlong.rb
diff options
context:
space:
mode:
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