]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
spelling
authorwessels <>
Wed, 18 Dec 1996 05:34:16 +0000 (05:34 +0000)
committerwessels <>
Wed, 18 Dec 1996 05:34:16 +0000 (05:34 +0000)
src/comm.cc

index 5a0de205d3e3a884fd3cd8deb6d55ad612b07888..75ec644be785b0b050e6aa88f9330cbe8b3b99e0 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: comm.cc,v 1.120 1996/12/17 04:13:55 wessels Exp $
+ * $Id: comm.cc,v 1.121 1996/12/17 22:34:16 wessels Exp $
  *
  * DEBUG: section 5     Socket Functions
  * AUTHOR: Harvest Derived
@@ -839,7 +839,7 @@ comm_select(time_t sec)
        if (num == 0)
            continue;
        /* scan each socket but the accept socket. Poll this 
-        * more frequently to minimiize losses due to the 5 connect 
+        * more frequently to minimize losses due to the 5 connect 
         * limit in SunOS */
        for (i = 0; i < nfds; i++) {
            fd = pfds[i].fd;
@@ -1003,7 +1003,7 @@ comm_select(time_t sec)
            continue;
 
        /* scan each socket but the accept socket. Poll this 
-        * more frequently to minimiize losses due to the 5 connect 
+        * more frequently to minimize losses due to the 5 connect 
         * limit in SunOS */
 
        for (fd = 0; fd < maxfd; fd++) {