--------------------- PatchSet 11588 Date: 2007/08/27 12:51:40 Author: hno Branch: HEAD Tag: (none) Log: Spelling correction of received Members: snmplib/snmp_api.c:1.20->1.21 src/cf.data.pre:1.414->1.415 src/delay_pools.c:1.35->1.36 src/mib.txt:1.30->1.31 src/auth/digest/auth_digest.c:1.22->1.23 src/auth/negotiate/auth_negotiate.c:1.10->1.11 src/auth/ntlm/auth_ntlm.c:1.40->1.41 Index: squid/snmplib/snmp_api.c =================================================================== RCS file: /cvsroot/squid/squid/snmplib/snmp_api.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- squid/snmplib/snmp_api.c 2 Jun 2006 17:32:44 -0000 1.20 +++ squid/snmplib/snmp_api.c 27 Aug 2007 12:51:40 -0000 1.21 @@ -121,7 +121,7 @@ } /* - * Parses the packet recieved on the input session, and places the data into + * Parses the packet received on the input session, and places the data into * the input pdu. length is the length of the input packet. If any errors * are encountered, NULL is returned. If not, the community is. */ Index: squid/src/cf.data.pre =================================================================== RCS file: /cvsroot/squid/squid/src/cf.data.pre,v retrieving revision 1.414 retrieving revision 1.415 diff -u -r1.414 -r1.415 --- squid/src/cf.data.pre 22 Aug 2007 00:00:20 -0000 1.414 +++ squid/src/cf.data.pre 27 Aug 2007 12:51:41 -0000 1.415 @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.414 2007/08/22 00:00:20 hno Exp $ +# $Id: cf.data.pre,v 1.415 2007/08/27 12:51:41 hno Exp $ # # SQUID Web Proxy Cache http://www.squid-cache.org/ # ---------------------------------------------------------- @@ -4673,7 +4673,7 @@ FreeBSD and requires support in the kernel. The 'httpready' filter delays delivering new connections - to Squid until a full HTTP request has been recieved. + to Squid until a full HTTP request has been received. See the accf_http(9) man page. EXAMPLE: Index: squid/src/delay_pools.c =================================================================== RCS file: /cvsroot/squid/squid/src/delay_pools.c,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- squid/src/delay_pools.c 14 Mar 2007 22:43:25 -0000 1.35 +++ squid/src/delay_pools.c 27 Aug 2007 12:51:41 -0000 1.36 @@ -1,6 +1,6 @@ /* - * $Id: delay_pools.c,v 1.35 2007/03/14 22:43:25 hno Exp $ + * $Id: delay_pools.c,v 1.36 2007/08/27 12:51:41 hno Exp $ * * DEBUG: section 77 Delay Pools * AUTHOR: David Luyer @@ -605,7 +605,7 @@ } /* - * this records actual bytes recieved. always recorded, even if the + * this records actual bytes received. always recorded, even if the * class is disabled - it's more efficient to just do it than to do all * the checks. */ Index: squid/src/mib.txt =================================================================== RCS file: /cvsroot/squid/squid/src/mib.txt,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- squid/src/mib.txt 22 Sep 2006 02:49:24 -0000 1.30 +++ squid/src/mib.txt 27 Aug 2007 12:51:41 -0000 1.31 @@ -2,7 +2,7 @@ SQUID-MIB DEFINITIONS ::= BEGIN -- --- $Id: mib.txt,v 1.30 2006/09/22 02:49:24 hno Exp $ +-- $Id: mib.txt,v 1.31 2007/08/27 12:51:41 hno Exp $ -- IMPORTS @@ -314,7 +314,7 @@ MAX-ACCESS read-only STATUS current DESCRIPTION - " Number of HTTP KB's recieved " + " Number of HTTP KB's received " ::= { cacheProtoAggregateStats 4 } cacheHttpOutKb OBJECT-TYPE @@ -354,7 +354,7 @@ MAX-ACCESS read-only STATUS current DESCRIPTION - " Number of ICP KB's recieved " + " Number of ICP KB's received " ::= { cacheProtoAggregateStats 9 } cacheServerRequests OBJECT-TYPE @@ -378,7 +378,7 @@ MAX-ACCESS read-only STATUS current DESCRIPTION - " KB's of traffic recieved from servers " + " KB's of traffic received from servers " ::= { cacheProtoAggregateStats 12 } cacheServerOutKb OBJECT-TYPE Index: squid/src/auth/digest/auth_digest.c =================================================================== RCS file: /cvsroot/squid/squid/src/auth/digest/auth_digest.c,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- squid/src/auth/digest/auth_digest.c 21 Jan 2007 12:54:01 -0000 1.22 +++ squid/src/auth/digest/auth_digest.c 27 Aug 2007 12:51:42 -0000 1.23 @@ -1,6 +1,6 @@ /* - * $Id: auth_digest.c,v 1.22 2007/01/21 12:54:01 adrian Exp $ + * $Id: auth_digest.c,v 1.23 2007/08/27 12:51:42 hno Exp $ * * DEBUG: section 29 Authenticator * AUTHOR: Robert Collins @@ -1271,7 +1271,7 @@ nonce = authenticateDigestNonceFindNonce(digest_request->nonceb64); if (!nonce) { /* we couldn't find a matching nonce! */ - debug(29, 4) ("authenticateDigestDecode: Unexpected or invalid nonce recieved\n"); + debug(29, 4) ("authenticateDigestDecode: Unexpected or invalid nonce received\n"); authDigestLogUsername(auth_user_request, username); /* we don't need the scheme specific data anymore */ @@ -1285,8 +1285,8 @@ /* check the qop is what we expected. Note that for compatability with * RFC 2069 we should support a missing qop. Tough. */ if (!digest_request->qop || strcmp(digest_request->qop, QOP_AUTH)) { - /* we recieved a qop option we didn't send */ - debug(29, 4) ("authenticateDigestDecode: Invalid qop option recieved\n"); + /* we received a qop option we didn't send */ + debug(29, 4) ("authenticateDigestDecode: Invalid qop option received\n"); authDigestLogUsername(auth_user_request, username); /* we don't need the scheme specific data anymore */ Index: squid/src/auth/negotiate/auth_negotiate.c =================================================================== RCS file: /cvsroot/squid/squid/src/auth/negotiate/auth_negotiate.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- squid/src/auth/negotiate/auth_negotiate.c 4 Jul 2007 00:18:44 -0000 1.10 +++ squid/src/auth/negotiate/auth_negotiate.c 27 Aug 2007 12:51:43 -0000 1.11 @@ -1,6 +1,6 @@ /* - * $Id: auth_negotiate.c,v 1.10 2007/07/04 00:18:44 hno Exp $ + * $Id: auth_negotiate.c,v 1.11 2007/08/27 12:51:43 hno Exp $ * * DEBUG: section 29 Negotiate Authenticator * AUTHOR: Robert Collins @@ -728,7 +728,7 @@ switch (negotiate_request->auth_state) { case AUTHENTICATE_STATE_NONE: - /* we've recieved a negotiate request. pass to a helper */ + /* we've received a negotiate request. pass to a helper */ debug(29, 9) ("authenticateNegotiateAuthenticateUser: auth state negotiate none. %s\n", proxy_auth); negotiate_request->auth_state = AUTHENTICATE_STATE_INITIAL; safe_free(negotiate_request->client_blob); @@ -746,7 +746,7 @@ return; break; case AUTHENTICATE_STATE_NEGOTIATE: - /* we should have recieved a blob from the clien. pass it to the same + /* we should have received a blob from the clien. pass it to the same * helper process */ debug(29, 9) ("authenticateNegotiateAuthenticateUser: auth state challenge with header %s.\n", proxy_auth); /* do a cache lookup here. If it matches it's a successful negotiate Index: squid/src/auth/ntlm/auth_ntlm.c =================================================================== RCS file: /cvsroot/squid/squid/src/auth/ntlm/auth_ntlm.c,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- squid/src/auth/ntlm/auth_ntlm.c 4 Jul 2007 00:18:45 -0000 1.40 +++ squid/src/auth/ntlm/auth_ntlm.c 27 Aug 2007 12:51:44 -0000 1.41 @@ -1,6 +1,6 @@ /* - * $Id: auth_ntlm.c,v 1.40 2007/07/04 00:18:45 hno Exp $ + * $Id: auth_ntlm.c,v 1.41 2007/08/27 12:51:44 hno Exp $ * * DEBUG: section 29 NTLM Authenticator * AUTHOR: Robert Collins @@ -687,7 +687,7 @@ switch (ntlm_request->auth_state) { case AUTHENTICATE_STATE_NONE: - /* we've recieved a ntlm request. pass to a helper */ + /* we've received a ntlm request. pass to a helper */ debug(29, 9) ("authenticateNTLMAuthenticateUser: auth state ntlm none. %s\n", proxy_auth); ntlm_request->auth_state = AUTHENTICATE_STATE_INITIAL; safe_free(ntlm_request->client_blob); @@ -705,7 +705,7 @@ return; break; case AUTHENTICATE_STATE_NEGOTIATE: - /* we should have recieved a blob from the clien. pass it to the same + /* we should have received a blob from the clien. pass it to the same * helper process */ debug(29, 9) ("authenticateNTLMAuthenticateUser: auth state challenge with header %s.\n", proxy_auth); /* do a cache lookup here. If it matches it's a successful ntlm