From c700927410e64c8a72e632c1ee5ab54b1084a3fa Mon Sep 17 00:00:00 2001 From: a_matsuda Date: Wed, 23 Dec 2015 03:43:23 +0000 Subject: [DOC] Fix typos * benchmark.rb * getoptlong.rb * irb.rb * net/http.rb * net/http/header.rb * net/imap.rb * optparse.rb * pstore.rb * webrick.rb * xmlrpc.rb [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/irb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/irb.rb') diff --git a/lib/irb.rb b/lib/irb.rb index b9b39c9f28..45f328008c 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -329,7 +329,7 @@ require "irb/locale" # irb.3():003:0> bar #=> bar => nil # # kill jobs 1, 2, and 3 # irb.3():004:0> kill 1, 2, 3 -# # list open sesssions, should only include main session +# # list open sessions, should only include main session # irb(main):009:0> jobs # #0->irb on main (# : running) # # quit irb @@ -344,7 +344,7 @@ module IRB # Displays current configuration. # - # Modifing the configuration is achieved by sending a message to IRB.conf. + # Modifying the configuration is achieved by sending a message to IRB.conf. # # See IRB@Configuration for more information. def IRB.conf -- cgit v1.2.3