diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-05-24 04:45:32 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-05-24 04:45:32 +0000 |
commit | 391a408eee5351b4c4714f9edfe358d924ea80bc (patch) | |
tree | 9b469da70856e1c1294f94a3feacd5909b060665 /src/tinyproxy.c | |
parent | a34db10d653b296ee9ed3a2c742baf600978cae8 (diff) | |
download | tinyproxy-391a408eee5351b4c4714f9edfe358d924ea80bc.tar.gz tinyproxy-391a408eee5351b4c4714f9edfe358d924ea80bc.zip |
Fixed a tonne of spelling mistakes.
Diffstat (limited to '')
-rw-r--r-- | src/tinyproxy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tinyproxy.c b/src/tinyproxy.c index d2ea00b..375913a 100644 --- a/src/tinyproxy.c +++ b/src/tinyproxy.c @@ -1,6 +1,6 @@ -/* $Id: tinyproxy.c,v 1.30 2002-05-23 18:27:01 rjkaes Exp $ +/* $Id: tinyproxy.c,v 1.31 2002-05-24 04:45:32 rjkaes Exp $ * - * The initialise routine. Basically sets up all the initial stuff (logfile, + * The initialize routine. Basically sets up all the initial stuff (logfile, * listening socket, config options, etc.) and then sits there and loops * over the new connections until the daemon is closed. Also has additional * functions to handle the "user friendly" aspects of a program (usage, |