diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2000-11-23 04:46:48 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2000-11-23 04:46:48 +0000 |
commit | c01af94a1c149b42684347b54c30385e4cd4d571 (patch) | |
tree | aa7b2c3d4d02fccf4a7bccd9166825622fc4a706 | |
parent | b023ff577fb47aa5fccbf7815df2541be0c1aeb3 (diff) | |
download | tinyproxy-c01af94a1c149b42684347b54c30385e4cd4d571.tar.gz tinyproxy-c01af94a1c149b42684347b54c30385e4cd4d571.zip |
Fixed spelling mistake.
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 748c6b8..30e5735 100644 --- a/src/tinyproxy.c +++ b/src/tinyproxy.c @@ -1,4 +1,4 @@ -/* $Id: tinyproxy.c,v 1.6 2000-10-23 21:44:43 rjkaes Exp $ +/* $Id: tinyproxy.c,v 1.7 2000-11-23 04:46:48 rjkaes Exp $ * * The initialise routine. Basically sets up all the initial stuff (logfile, * listening socket, config options, etc.) and then sits there and loops @@ -133,7 +133,7 @@ Options:\n\ printf(" * with Regular Expression support\n"); #endif /* FILTER_ENABLE */ #ifndef NDEBUG - printf(" Debuggin code\n"); + printf(" Debugging code\n"); #endif /* NDEBUG */ #ifdef TUNNEL_SUPPORT printf(" TCP Tunneling\n"); |