From: wessels <> Date: Wed, 18 Dec 1996 05:34:16 +0000 (+0000) Subject: spelling X-Git-Tag: SQUID_3_0_PRE1~5279 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c5294ce399308b71e80f6efddaaeae4c8b55ad5;p=thirdparty%2Fsquid.git spelling --- diff --git a/src/comm.cc b/src/comm.cc index 5a0de205d3..75ec644be7 100644 --- a/src/comm.cc +++ b/src/comm.cc @@ -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++) {