From 78cd4749d8228790949dcc7d8b45895bdd52063c Mon Sep 17 00:00:00 2001 From: nagachika Date: Fri, 20 May 2011 12:22:26 +0000 Subject: * lib/scanf.rb: fix typos git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/scanf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/scanf.rb b/lib/scanf.rb index 7f07c918d0..6d67627f39 100644 --- a/lib/scanf.rb +++ b/lib/scanf.rb @@ -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 # -- cgit v1.2.3