diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-05-27 01:58:41 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-05-27 01:58:41 +0000 |
commit | d64dfc5d776b36b3e5d4ec6a4530db14936beb11 (patch) | |
tree | ee5d8466388dc1228c50afb5dc4573bca7036269 | |
parent | 83a1a32f2a316090a1e120e24793fdf3ab977a57 (diff) | |
download | tinyproxy-d64dfc5d776b36b3e5d4ec6a4530db14936beb11.tar.gz tinyproxy-d64dfc5d776b36b3e5d4ec6a4530db14936beb11.zip |
Some spelling fixes.
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 5a35d04..9ade504 100644 --- a/src/tinyproxy.c +++ b/src/tinyproxy.c @@ -1,4 +1,4 @@ -/* $Id: tinyproxy.c,v 1.33 2002-05-27 00:46:24 rjkaes Exp $ +/* $Id: tinyproxy.c,v 1.34 2002-05-27 01:58:41 rjkaes Exp $ * * The initialize routine. Basically sets up all the initial stuff (logfile, * listening socket, config options, etc.) and then sits there and loops @@ -142,7 +142,7 @@ Options:\n\ printf(" Debugging code\n"); #endif /* NDEBUG */ #ifdef TUNNEL_SUPPORT - printf(" TCP Tunneling\n"); + printf(" TCP Tunnelling\n"); #endif /* TUNNEL_SUPPORT */ } |