From: hniksic Date: Mon, 30 May 2005 12:52:44 +0000 (-0700) Subject: [svn] Doc fix. X-Git-Tag: v1.13~1010 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=082d2a5ab7da174e13371758bb872c70214cedda [svn] Doc fix. --- diff --git a/src/init.c b/src/init.c index 8ea9d19e..e17510c3 100644 --- a/src/init.c +++ b/src/init.c @@ -105,7 +105,7 @@ CMD_DECLARE (cmd_spec_useragent); function. When adding a new command, simply add it to the list, but be sure to keep the list sorted alphabetically, as command_by_name depends on it. Also, be sure to add any entries - that allocate memory (e.g. cmd_string and cmd_vector guys) to the + that allocate memory (e.g. cmd_string and cmd_vector) to the cleanup() function below. */ static struct {