summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorydah <13041216+ydah@users.noreply.github.com>2024-01-25 11:25:56 +0900
committergit <svn-admin@ruby-lang.org>2024-01-25 09:58:14 +0000
commit4d4d418457a1b6dc2ce63b166cff51fd0827c0a3 (patch)
treec77a645a625817c1c378b9fe866a844caf3eac6f
parent0f5407b33772743154c50b01e1ea2ade494bd520 (diff)
[ruby/irb] overrided ==> overridden
https://github.com/ruby/irb/commit/b77b23aade
-rw-r--r--test/irb/test_input_method.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/irb/test_input_method.rb b/test/irb/test_input_method.rb
index 6974fe2df8..0b52d4cbc3 100644
--- a/test/irb/test_input_method.rb
+++ b/test/irb/test_input_method.rb
@@ -15,7 +15,7 @@ module TestIRB
def teardown
IRB.conf.replace(@conf_backup)
restore_encodings
- # Reset Reline configuration overrided by RelineInputMethod.
+ # Reset Reline configuration overridden by RelineInputMethod.
Reline.instance_variable_set(:@core, nil)
end
end