]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
drees@spoke.nols.com found some typos.
authorwessels <>
Fri, 19 Jan 2001 00:57:04 +0000 (00:57 +0000)
committerwessels <>
Fri, 19 Jan 2001 00:57:04 +0000 (00:57 +0000)
configure
configure.in

index ffb43a8f0fd0e8003ff34b91d4d6167ddd4eb80e..66a5f8f3d2f1c5fc3bd6d95ed2a4dafb946d3c82 100755 (executable)
--- a/configure
+++ b/configure
@@ -59,7 +59,7 @@ ac_help="$ac_help
 ac_help="$ac_help
   --enable-icmp           Enable ICMP pinging"
 ac_help="$ac_help
-  --enable-delay-pools    Enable delay pools to limit bandwith usage"
+  --enable-delay-pools    Enable delay pools to limit bandwidth usage"
 ac_help="$ac_help
   --enable-mem-gen-trace  Do trace of memory stuff"
 ac_help="$ac_help
@@ -132,7 +132,7 @@ ac_help="$ac_help
                           filesystem inodes than unlink.."
 ac_help="$ac_help
   --enable-underscores    Squid by default rejects any host names with _
-                          in their name to conform with internet standars.
+                          in their name to conform with internet standards.
                           If you disagree with this you may allow _ in
                           hostnames by using this switch, provided that
                           the resolver library on the host where Squid runs
index c89644032d6c9dc6e9788321014de09b89bb6356..ed9a72c4a206e3c1ea77191ff92c048902f31cbf 100644 (file)
@@ -3,13 +3,13 @@ dnl  Configuration input file for Squid
 dnl
 dnl  Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
 dnl
-dnl  $Id: configure.in,v 1.218 2001/01/15 18:17:00 wessels Exp $
+dnl  $Id: configure.in,v 1.219 2001/01/18 17:57:04 wessels Exp $
 dnl
 dnl
 dnl
 AC_INIT(src/main.c)
 AC_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.218 $)dnl
+AC_REVISION($Revision: 1.219 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AC_CONFIG_AUX_DIR(cfgaux)
 
@@ -381,7 +381,7 @@ AC_ARG_ENABLE(icmp,
 AC_SUBST(OPT_PINGER_EXE)
 
 AC_ARG_ENABLE(delay-pools,
-[  --enable-delay-pools    Enable delay pools to limit bandwith usage],
+[  --enable-delay-pools    Enable delay pools to limit bandwidth usage],
 [ if test "$enableval" = "yes" ; then
     echo "Delay pools enabled"
     DELAY_OBJS='$(DELAY_OBJS)'
@@ -663,7 +663,7 @@ AC_ARG_ENABLE(truncate,
 dnl Enable underscore in hostnames
 AC_ARG_ENABLE(underscores,
 [  --enable-underscores    Squid by default rejects any host names with _
-                          in their name to conform with internet standars.
+                          in their name to conform with internet standards.
                           If you disagree with this you may allow _ in
                           hostnames by using this switch, provided that
                           the resolver library on the host where Squid runs