]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
fix typos and grammar
authorwessels <>
Tue, 8 Oct 2002 09:07:00 +0000 (09:07 +0000)
committerwessels <>
Tue, 8 Oct 2002 09:07:00 +0000 (09:07 +0000)
src/authenticate.cc
src/cf.data.pre

index f44bc41f7682c6492a1a9373340c0ae085ba5c57..946de6f55d2feaa0482472c41186cef5ef292722 100644 (file)
@@ -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;
index bc126d3a20a9e08e6e06ceaf4a5f5cb091ead093..c5caeaf0c0089c6052458d9ac577911f304c005d 100644 (file)
@@ -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 <number> different ip address's. The authenticate_ip_ttl
+         # than <number> 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 ...