]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
typos
authorwessels <>
Tue, 23 Jul 1996 10:18:47 +0000 (10:18 +0000)
committerwessels <>
Tue, 23 Jul 1996 10:18:47 +0000 (10:18 +0000)
scripts/cache-compare.pl

index cbe54f2e27a91141e178ef48baf95539671defde..edc4cc1d3f1c9d8381c2ccfe9858be35ad068837 100755 (executable)
@@ -8,12 +8,12 @@
 # from a number of different caches.
 #
 # stdin is a list of URLs.  Set the @getfrom array to a list of caches
-# to fetch each URL from.  Include 'SOURCE' is @getfrom to fetch from
+# to fetch each URL from.  Include 'SOURCE' in @getfrom to fetch from
 # the source host also.  For each URL, print the byte count, elapsed
 # time and average data rate.  At the end print out some averages.
 #
 # NOTE: uses the Perl function syscall() to implement gettimeofday(2).
-# Assumes that gettimeofday is syscall #116 on the system
+# Assumes that gettimeofday is syscall #116 on the system
 # (see /usr/include/sys/syscall.h).
 #
 # BUGS: