[前][次][番号順一覧][スレッド一覧]

ruby-changes:26575

From: zzak <ko1@a...>
Date: Thu, 27 Dec 2012 00:43:35 +0900 (JST)
Subject: [ruby-changes:26575] zzak:r38626 (trunk): fix typo from r38623

zzak	2012-12-27 00:43:26 +0900 (Thu, 27 Dec 2012)

  New Revision: 38626

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38626

  Log:
    fix typo from r38623

  Modified files:
    trunk/lib/irb/context.rb

Index: lib/irb/context.rb
===================================================================
--- lib/irb/context.rb	(revision 38625)
+++ lib/irb/context.rb	(revision 38626)
@@ -335,7 +335,7 @@ module IRB https://github.com/ruby/ruby/blob/trunk/lib/irb/context.rb#L335
       @inspect_mode
     end
 
-    # Obsolate method.
+    # Obsolete method.
     #
     # Can be set using the +--noreadline+ and +--readline+ command line
     # options.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]