From: hniksic Date: Tue, 26 Apr 2005 21:10:24 +0000 (-0700) Subject: [svn] Doc typo fix. X-Git-Tag: v1.13~1144 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=a15ce4fbe4d930c18d7e6842af9879862296748c [svn] Doc typo fix. --- diff --git a/src/init.c b/src/init.c index e836e2a3..22943219 100644 --- a/src/init.c +++ b/src/init.c @@ -1007,7 +1007,7 @@ cmd_time (const char *com, const char *val, void *place) break; default: /* Not a recognized suffix: assume it belongs to the number. - (If not, atof simple_atof will raise an error.) */ + (If not, simple_atof will raise an error.) */ mult = 1; }