From 11af38a6fdf4e89ef73b642590872b97b798a339 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 31 Dec 2007 09:06:45 +0000 Subject: fix a typo. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- sprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sprintf.c b/sprintf.c index 4d09d7445..790233585 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"; -- cgit