From c01af94a1c149b42684347b54c30385e4cd4d571 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Thu, 23 Nov 2000 04:46:48 +0000 Subject: Fixed spelling mistake. --- src/tinyproxy.c | 4 ++-- 1 file 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"); -- cgit v1.2.3