summaryrefslogtreecommitdiff
path: root/lib/irb.rb
diff options
context:
space:
mode:
authorgogotanaka <gogotanaka@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-10 05:06:25 +0000
committergogotanaka <gogotanaka@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-10 05:06:25 +0000
commit1781c4c1e1d73b932fa96cef6e72820557024601 (patch)
tree4d4aa5148c14aa046dd93a9e383cfd89767aa7bc /lib/irb.rb
parent4868eead07cd75def91b66e418aae7ac8982ac05 (diff)
* Fix typo. Patch by @davydovanton
[Fix GH-928][ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/irb.rb')
-rw-r--r--lib/irb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb.rb b/lib/irb.rb
index 09556c8bc5..eb37ecda77 100644
--- a/lib/irb.rb
+++ b/lib/irb.rb
@@ -158,7 +158,7 @@ STDOUT.sync = true
# %M # inspect of main object (self)
# %l # type of string(", ', /, ]), `]' is inner %w[...]
# %NNi # indent level. NN is digits and means as same as printf("%NNd").
-# # It can be ommited
+# # It can be omitted
# %NNn # line number.
# %% # %
#