From 082d2a5ab7da174e13371758bb872c70214cedda Mon Sep 17 00:00:00 2001
From: hniksic <devnull@localhost>
Date: Mon, 30 May 2005 05:52:44 -0700
Subject: [PATCH] [svn] Doc fix.

---
 src/init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 {