From: serassio <> Date: Mon, 21 Jan 2008 02:39:26 +0000 (+0000) Subject: Spell check X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c08dfebdf761363f99bf81e6946d55e92740bf0;p=thirdparty%2Fsquid.git Spell check --- diff --git a/src/ACLCertificate.cc b/src/ACLCertificate.cc index 3aea6dfe3d..b6da4f3819 100644 --- a/src/ACLCertificate.cc +++ b/src/ACLCertificate.cc @@ -1,5 +1,5 @@ /* - * $Id: ACLCertificate.cc,v 1.2.6.1 2008/01/20 14:47:54 serassio Exp $ + * $Id: ACLCertificate.cc,v 1.2.6.2 2008/01/20 19:39:26 serassio Exp $ * * DEBUG: section 28 Access Control * AUTHOR: Duane Wessels @@ -36,7 +36,7 @@ #include "squid.h" -/* MS VisualStudio Projects are monolithic, so we need the following +/* MS Visual Studio Projects are monolithic, so we need the following * #if to exclude the SSL code from compile process when not needed. */ #if USE_SSL diff --git a/src/DelayId.cc b/src/DelayId.cc index d42aeac0ee..f7bf99305a 100644 --- a/src/DelayId.cc +++ b/src/DelayId.cc @@ -1,6 +1,6 @@ /* - * $Id: DelayId.cc,v 1.23.4.1 2008/01/20 14:47:54 serassio Exp $ + * $Id: DelayId.cc,v 1.23.4.2 2008/01/20 19:39:26 serassio Exp $ * * DEBUG: section 77 Delay Pools * AUTHOR: Robert Collins @@ -39,7 +39,7 @@ #include "config.h" -/* MS VisualStudio Projects are monolithic, so we need the following +/* MS Visual Studio Projects are monolithic, so we need the following * #if to exclude the delay pools code from compile process when not needed. */ #if DELAY_POOLS diff --git a/src/ESI.cc b/src/ESI.cc index 780ad1aff3..c008d84762 100644 --- a/src/ESI.cc +++ b/src/ESI.cc @@ -1,6 +1,6 @@ /* - * $Id: ESI.cc,v 1.26.4.1 2008/01/20 14:47:54 serassio Exp $ + * $Id: ESI.cc,v 1.26.4.2 2008/01/20 19:39:26 serassio Exp $ * * DEBUG: section 86 ESI processing * AUTHOR: Robert Collins @@ -36,7 +36,7 @@ #include "squid.h" -/* MS VisualStudio Projects are monolithic, so we need the following +/* MS Visual Studio Projects are monolithic, so we need the following * #if to exclude the ESI code from compile process when not needed. */ #if (USE_SQUID_ESI == 1) diff --git a/src/ESIAssign.cc b/src/ESIAssign.cc index 56e2a70f55..8beca87e33 100644 --- a/src/ESIAssign.cc +++ b/src/ESIAssign.cc @@ -1,6 +1,6 @@ /* - * $Id: ESIAssign.cc,v 1.6.6.1 2008/01/20 14:47:54 serassio Exp $ + * $Id: ESIAssign.cc,v 1.6.6.2 2008/01/20 19:39:26 serassio Exp $ * * DEBUG: section 86 ESI processing * AUTHOR: Robert Collins @@ -35,7 +35,7 @@ #include "squid.h" -/* MS VisualStudio Projects are monolithic, so we need the following +/* MS Visual Studio Projects are monolithic, so we need the following * #if to exclude the ESI code from compile process when not needed. */ #if (USE_SQUID_ESI == 1) diff --git a/src/ESIContext.cc b/src/ESIContext.cc index bdf4f7538f..5bd5bfd08a 100644 --- a/src/ESIContext.cc +++ b/src/ESIContext.cc @@ -1,6 +1,6 @@ /* - * $Id: ESIContext.cc,v 1.3.6.1 2008/01/20 14:47:54 serassio Exp $ + * $Id: ESIContext.cc,v 1.3.6.2 2008/01/20 19:39:26 serassio Exp $ * * DEBUG: section 86 ESI processing * AUTHOR: Robert Collins @@ -35,7 +35,7 @@ #include "squid.h" -/* MS VisualStudio Projects are monolithic, so we need the following +/* MS Visual Studio Projects are monolithic, so we need the following * #if to exclude the ESI code from compile process when not needed. */ #if (USE_SQUID_ESI == 1) diff --git a/src/ESIInclude.cc b/src/ESIInclude.cc index 653baa3eb3..e32a9e8cb9 100644 --- a/src/ESIInclude.cc +++ b/src/ESIInclude.cc @@ -1,6 +1,6 @@ /* - * $Id: ESIInclude.cc,v 1.14.4.1 2008/01/20 14:47:54 serassio Exp $ + * $Id: ESIInclude.cc,v 1.14.4.2 2008/01/20 19:39:26 serassio Exp $ * * DEBUG: section 86 ESI processing * AUTHOR: Robert Collins @@ -36,7 +36,7 @@ #include "squid.h" -/* MS VisualStudio Projects are monolithic, so we need the following +/* MS Visual Studio Projects are monolithic, so we need the following * #if to exclude the ESI code from compile process when not needed. */ #if (USE_SQUID_ESI == 1) diff --git a/src/ESISequence.cc b/src/ESISequence.cc index 2db892c6f0..a524ab1757 100644 --- a/src/ESISequence.cc +++ b/src/ESISequence.cc @@ -1,5 +1,5 @@ /* - * $Id: ESISequence.cc,v 1.6.6.1 2008/01/20 14:47:54 serassio Exp $ + * $Id: ESISequence.cc,v 1.6.6.2 2008/01/20 19:39:26 serassio Exp $ * * DEBUG: section 86 ESI processing * AUTHOR: Robert Collins @@ -35,7 +35,7 @@ #include "squid.h" -/* MS VisualStudio Projects are monolithic, so we need the following +/* MS Visual Studio Projects are monolithic, so we need the following * #if to exclude the ESI code from compile process when not needed. */ #if (USE_SQUID_ESI == 1) diff --git a/src/dns_internal.cc b/src/dns_internal.cc index f927147477..e10ce5741a 100644 --- a/src/dns_internal.cc +++ b/src/dns_internal.cc @@ -1,6 +1,6 @@ /* - * $Id: dns_internal.cc,v 1.101 2007/06/23 21:08:39 hno Exp $ + * $Id: dns_internal.cc,v 1.101.6.1 2008/01/20 19:39:26 serassio Exp $ * * DEBUG: section 78 DNS lookups; interacts with lib/rfc1035.c * AUTHOR: Duane Wessels @@ -51,7 +51,7 @@ #include #endif -/* MS VisualStudio Projects are monolithic, so we need the following +/* MS Visual Studio Projects are monolithic, so we need the following #ifndef to exclude the internal DNS code from compile process when using external DNS process. */ diff --git a/src/ssl_support.cc b/src/ssl_support.cc index dd7baffeed..869661bbc2 100644 --- a/src/ssl_support.cc +++ b/src/ssl_support.cc @@ -1,6 +1,6 @@ /* - * $Id: ssl_support.cc,v 1.35.6.1 2008/01/20 14:47:54 serassio Exp $ + * $Id: ssl_support.cc,v 1.35.6.2 2008/01/20 19:39:26 serassio Exp $ * * AUTHOR: Benno Rice * DEBUG: section 83 SSL accelerator support @@ -35,7 +35,7 @@ #include "squid.h" -/* MS VisualStudio Projects are monolithic, so we need the following +/* MS Visual Studio Projects are monolithic, so we need the following * #if to exclude the SSL code from compile process when not needed. */ #if USE_SSL