summaryrefslogtreecommitdiff
path: root/sprintf.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-31 09:06:45 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-31 09:06:45 +0000
commit1137af8a03b92b51ccc22b26dddd61586c4f08a0 (patch)
tree7587107ffdf9529904fcb9d4161d694e3bad1609 /sprintf.c
parent5088b14db79eb112f55ea983c45e3724ab9251d4 (diff)
fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sprintf.c')
-rw-r--r--sprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sprintf.c b/sprintf.c
index 4d09d74450..790233585c 100644
--- a/sprintf.c
+++ b/sprintf.c
@@ -837,7 +837,7 @@ rb_str_format(int argc, const VALUE *argv, VALUE fmt)
}
sprint_exit:
- /* XXX - We cannot validiate the number of arguments if (digit)$ style used.
+ /* XXX - We cannot validate the number of arguments if (digit)$ style used.
*/
if (posarg >= 0 && nextarg < argc) {
const char *mesg = "too many arguments for format string";