From: wessels <> Date: Wed, 17 Apr 1996 00:30:54 +0000 (+0000) Subject: typo X-Git-Tag: SQUID_3_0_PRE1~6145 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad6272a1d9fc67d333da4805d39ccba85b353bb2;p=thirdparty%2Fsquid.git typo --- diff --git a/src/main.cc b/src/main.cc index 4fd8469d8e..8c070b99f0 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,4 +1,4 @@ -/* $Id: main.cc,v 1.37 1996/04/16 16:35:29 wessels Exp $ */ +/* $Id: main.cc,v 1.38 1996/04/16 18:30:54 wessels Exp $ */ /* DEBUG: Section 1 main: startup and main loop */ @@ -168,7 +168,7 @@ void serverConnectionsClose() static void mainReinitialize() { - debug(1, 0, "Retarting Squid Cache (version %s)...\n", version_string); + debug(1, 0, "Restarting Squid Cache (version %s)...\n", version_string); /* Already called serverConnectionsClose and ipcacheShutdownServers() */ neighborsDestroy();