diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-31 09:06:45 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-31 09:06:45 +0000 |
commit | 1137af8a03b92b51ccc22b26dddd61586c4f08a0 (patch) | |
tree | 7587107ffdf9529904fcb9d4161d694e3bad1609 /sprintf.c | |
parent | 5088b14db79eb112f55ea983c45e3724ab9251d4 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |