From e68999c82c4863d33a6f893661fba1b7538c5671 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 20 Dec 2019 12:19:45 +0900 Subject: Fixed misspellings Fixed misspellings reported at [Bug #16437], for default gems. --- lib/irb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/irb.rb') diff --git a/lib/irb.rb b/lib/irb.rb index f6fc9690f2..a907894fe2 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -319,7 +319,7 @@ require "irb/version" # # check if Foo#foo is available # irb(main):005:0> Foo.instance_methods #=> [:foo, ...] # -# # change the active sesssion +# # change the active session # irb(main):006:0> fg 2 # # define Foo#bar in the context of Foo # irb.2(Foo):005:0> def bar -- cgit v1.2.3