ruby-changes:3319
From: ko1@a...
Date: 31 Dec 2007 18:07:03 +0900
Subject: [ruby-changes:3319] akr - Ruby:r14812 (trunk): fix a typo.
akr 2007-12-31 18:06:45 +0900 (Mon, 31 Dec 2007) New Revision: 14812 Modified files: trunk/sprintf.c Log: fix a typo. http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/sprintf.c?r1=14812&r2=14811 Index: sprintf.c =================================================================== --- sprintf.c (revision 14811) +++ sprintf.c (revision 14812) @@ -837,7 +837,7 @@ } 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"; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml