summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorydah <13041216+ydah@users.noreply.github.com>2024-01-25 11:27:16 +0900
committergit <svn-admin@ruby-lang.org>2024-01-25 09:58:16 +0000
commit5f9f46a24cd8c166baa4cdd3ef014b695eed6a0e (patch)
tree57c860c95718ac8403376782fa16c751a465bb05 /lib
parent9b1cc68b770145b8ccd1ca10e7604e5f5af32d10 (diff)
[ruby/irb] reseting ==> resetting
https://github.com/ruby/irb/commit/6209f06c72
Diffstat (limited to 'lib')
-rw-r--r--lib/irb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb.rb b/lib/irb.rb
index 48879a57d2..b3b9e0929b 100644
--- a/lib/irb.rb
+++ b/lib/irb.rb
@@ -945,7 +945,7 @@ module IRB
# Irb#eval_input will simply return the input, and we need to pass it to the debugger.
input = if IRB.conf[:SAVE_HISTORY] && context.io.support_history_saving?
# Previous IRB session's history has been saved when `Irb#run` is exited
- # We need to make sure the saved history is not saved again by reseting the counter
+ # We need to make sure the saved history is not saved again by resetting the counter
context.io.reset_history_counter
begin