summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-20 12:22:26 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-20 12:22:26 +0000
commit78cd4749d8228790949dcc7d8b45895bdd52063c (patch)
tree0bdfd1c4c113debb98da56d91357c9561e5c905a /lib
parentb0087a5817fc5ad0bcd2357eb744ef475b4c6ec9 (diff)
* lib/scanf.rb: fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/scanf.rb4
1 files 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
#