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

ruby-changes:19606

From: nagachika <ko1@a...>
Date: Fri, 20 May 2011 21:22:33 +0900 (JST)
Subject: [ruby-changes:19606] nagachika:r31649 (trunk): * lib/scanf.rb: fix typos

nagachika	2011-05-20 21:22:26 +0900 (Fri, 20 May 2011)

  New Revision: 31649

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

  Log:
    * lib/scanf.rb: fix typos

  Modified files:
    trunk/lib/scanf.rb

Index: lib/scanf.rb
===================================================================
--- lib/scanf.rb	(revision 31648)
+++ lib/scanf.rb	(revision 31649)
@@ -170,7 +170,7 @@
 #
 # Without a block, scanf returns an array containing all the conversions
 # it has found.  If none are found, scanf will return an empty array. An
-# unsuccesful match is never ignored, but rather always signals the end
+# unsuccessful match is never ignored, but rather always signals the end
 # of the scanning operation.  If the first unsuccessful match takes place
 # after one or more successful matches have already taken place, the
 # returned array will contain the results of those successful matches.
@@ -205,7 +205,7 @@
 #
 # This software is provided "as is" and without any express or implied
 # warranties, including, without limitation, the implied warranties of
-# merchantibility and fitness for a particular purpose.
+# merchantability and fitness for a particular purpose.
 #
 # == Credits and acknowledgements
 #

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

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