From: wessels <> Date: Tue, 7 Jan 1997 23:59:53 +0000 (+0000) Subject: typo X-Git-Tag: SQUID_3_0_PRE1~5231 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac79c153fa1e275959f71d497049f598229eabe7;p=thirdparty%2Fsquid.git typo --- diff --git a/src/stat.cc b/src/stat.cc index 542cd425c9..ea07c89817 100644 --- a/src/stat.cc +++ b/src/stat.cc @@ -1,6 +1,6 @@ /* - * $Id: stat.cc,v 1.113 1996/12/18 00:01:26 wessels Exp $ + * $Id: stat.cc,v 1.114 1997/01/07 16:59:53 wessels Exp $ * * DEBUG: section 18 Cache Manager Statistics * AUTHOR: Harvest Derived @@ -941,13 +941,13 @@ parameter_get(const cacheinfo * obj, StoreEntry * sentry) "{VM-High %d \"# High water mark hot-vm cache (%%)\"}\n", Config.Mem.highWaterMark); storeAppendPrintf(sentry, - "{VM-Low %d \"# Low water-mark hot-vm cache (%%)\"}\n", + "{VM-Low %d \"# Low water mark hot-vm cache (%%)\"}\n", Config.Mem.lowWaterMark); storeAppendPrintf(sentry, "{Swap-Max %d \"# Maximum disk cache (MB)\"}\n", Config.Swap.maxSize / (1 << 10)); storeAppendPrintf(sentry, - "{Swap-High %d \"# High Water mark disk cache (%%)\"}\n", + "{Swap-High %d \"# High water mark disk cache (%%)\"}\n", Config.Swap.highWaterMark); storeAppendPrintf(sentry, "{Swap-Low %d \"# Low water mark disk cache (%%)\"}\n",