From f34bd9d785288c173084f58ca19412d833ae8bce Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 16 Feb 2008 16:54:51 +0000 Subject: [PATCH] Fix typo. --- loadcfg.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/loadcfg.c b/loadcfg.c index 44446e42..43e272ea 100644 --- a/loadcfg.c +++ b/loadcfg.c @@ -1,4 +1,4 @@ -const char loadcfg_rcs[] = "$Id: loadcfg.c,v 1.71 2007/12/23 15:24:56 fabiankeil Exp $"; +const char loadcfg_rcs[] = "$Id: loadcfg.c,v 1.72 2008/02/03 13:46:15 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/loadcfg.c,v $ @@ -35,6 +35,9 @@ const char loadcfg_rcs[] = "$Id: loadcfg.c,v 1.71 2007/12/23 15:24:56 fabiankeil * * Revisions : * $Log: loadcfg.c,v $ + * Revision 1.72 2008/02/03 13:46:15 fabiankeil + * Add SOCKS5 support. Patch #1862863 by Eric M. Hopper with minor changes. + * * Revision 1.71 2007/12/23 15:24:56 fabiankeil * Reword "unrecognized directive" warning, use better * mark up and add a
. Fixes parts of #1856559. @@ -1823,7 +1826,7 @@ static void savearg(char *command, char *argument, struct configuration_spec * c /* * Add config option name embedded in - * link to it's section in the user-manual + * link to its section in the user-manual */ buf = strdup("\nusermanual, "file://", 7) || -- 2.39.2