From: wessels <> Date: Tue, 8 Oct 2002 09:07:00 +0000 (+0000) Subject: fix typos and grammar X-Git-Tag: SQUID_3_0_PRE1~694 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c23e89cd5043be8df4583466b3d17b373083cfa8;p=thirdparty%2Fsquid.git fix typos and grammar --- diff --git a/src/authenticate.cc b/src/authenticate.cc index f44bc41f76..946de6f55d 100644 --- a/src/authenticate.cc +++ b/src/authenticate.cc @@ -1,6 +1,6 @@ /* - * $Id: authenticate.cc,v 1.40 2002/09/26 13:33:08 robertc Exp $ + * $Id: authenticate.cc,v 1.41 2002/10/08 03:07:00 wessels Exp $ * * DEBUG: section 29 Authenticator * AUTHOR: Duane Wessels @@ -265,7 +265,7 @@ authenticateAuthUserRequestSetIp(auth_user_request_t * auth_user_request, struct tempnode = (auth_user_ip_t *) ipdata->node.next; /* walk the ip list */ if (ipdata->ipaddr.s_addr == ipaddr.s_addr) { - /* This ip has alreadu been seen. */ + /* This ip has already been seen. */ found = 1; /* update IP ttl */ ipdata->ip_expiretime = squid_curtime; diff --git a/src/cf.data.pre b/src/cf.data.pre index bc126d3a20..c5caeaf0c0 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.287 2002/10/07 05:06:43 wessels Exp $ +# $Id: cf.data.pre,v 1.288 2002/10/08 03:07:00 wessels Exp $ # # # SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -1493,8 +1493,8 @@ DOC_START will be bound to a specific IP address. If a request using the same user name is received during this time then access will be denied and both users are required to reauthenticate - them selves. The idea behind this is to make it annoying - for people to share their password to their friends, but + themselves. The idea behind this is to make it annoying + for people to share their password with their friends, but yet allow a dialup user to reconnect on a different dialup port. @@ -2042,15 +2042,15 @@ DOC_START acl aclname max_user_ip [-s] number # This will be matched when the user attempts to log in from more - # than different ip address's. The authenticate_ip_ttl + # than different ip addresses. The authenticate_ip_ttl # parameter controls the timeout on the ip entries. # If -s is specified then the limit is strict, denying browsing # from any further IP addresses until the ttl has expired. Without - # -s Squid will just annoy the user by "randomly" deny requests. + # -s Squid will just annoy the user by "randomly" denying requests. # (the counter is then reset each time the limit is reached and a # request is denied) # NOTE: in acceleration mode or where there is mesh of child proxies, - # clients may appear to come from multiple address's if they are + # clients may appear to come from multiple addresses if they are # going through proxy farms, so a limit of 1 may cause user problems. acl aclname req_mime_type mime-type1 ...