From d64dfc5d776b36b3e5d4ec6a4530db14936beb11 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Mon, 27 May 2002 01:58:41 +0000 Subject: Some spelling fixes. --- src/tinyproxy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 */ } -- cgit v1.2.3