aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb.rb
diff options
context:
space:
mode:
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 a907894fe2..bcd6599af9 100644
--- a/lib/irb.rb
+++ b/lib/irb.rb
@@ -131,7 +131,7 @@ require "irb/version"
#
# See IRB::Context#save_history= for more information.
#
-# The history of _resuls_ of commands evaluated is not stored by default,
+# The history of _results_ of commands evaluated is not stored by default,
# but can be turned on to be stored with this +.irbrc+ setting:
#
# IRB.conf[:EVAL_HISTORY] = <number>