Blame SOURCES/squid-3.5.20-man-typos.patch

bb6014
diff --git a/compat/compat.h b/compat/compat.h
bb6014
index 00714ed..92f245a 100644
bb6014
--- a/compat/compat.h
bb6014
+++ b/compat/compat.h
bb6014
@@ -11,7 +11,7 @@
bb6014
 
bb6014
 /*
bb6014
  * From discussions it was chosen to push compat code as far down as possible.
bb6014
- * That means we can have a seperate compat for most
bb6014
+ * That means we can have a separate compat for most
bb6014
  *  compatability and portability hacks and resolutions.
bb6014
  *
bb6014
  * This file is meant to collate all those hacks files together and
bb6014
diff --git a/helpers/basic_auth/DB/basic_db_auth.8 b/helpers/basic_auth/DB/basic_db_auth.8
bb6014
index 1aebcee..77e683c 100644
bb6014
--- a/helpers/basic_auth/DB/basic_db_auth.8
bb6014
+++ b/helpers/basic_auth/DB/basic_db_auth.8
bb6014
@@ -147,8 +147,8 @@
bb6014
 .Vb 1
bb6014
 \& basic_db_auth [options]
bb6014
 .Ve
bb6014
-.SH "DESCRIPTOIN"
bb6014
-.IX Header "DESCRIPTOIN"
bb6014
+.SH "DESCRIPTION"
bb6014
+.IX Header "DESCRIPTION"
bb6014
 This program verifies username & password to a database
bb6014
 .SH "OPTIONS"
bb6014
 .IX Header "OPTIONS"
bb6014
@@ -213,7 +213,7 @@ This manual was written by \fIHenrik Nordstrom <henrik@henriknordstrom.net\fR>
bb6014
 Copyright (C) 2007 Henrik Nordstrom <henrik@henriknordstrom.net>
bb6014
 Copyright (C) 2010 Luis Daniel Lucio Quiroz <dlucio@okay.com.mx> (Joomla support)
bb6014
 This program is free software. You may redistribute copies of it under the
bb6014
-terms of the \s-1GNU\s0 General Public License version 2, or (at youropinion) any
bb6014
+terms of the \s-1GNU\s0 General Public License version 2, or (at your opinion) any
bb6014
 later version.
bb6014
 .SH "QUESTIONS"
bb6014
 .IX Header "QUESTIONS"
bb6014
diff --git a/helpers/basic_auth/DB/basic_db_auth.pl.in b/helpers/basic_auth/DB/basic_db_auth.pl.in
bb6014
index 8dc7f00..3672488 100644
bb6014
--- a/helpers/basic_auth/DB/basic_db_auth.pl.in
bb6014
+++ b/helpers/basic_auth/DB/basic_db_auth.pl.in
bb6014
@@ -14,7 +14,7 @@ use Getopt::Long;
bb6014
 
bb6014
  basic_db_auth [options]
bb6014
 
bb6014
-=head1 DESCRIPTOIN
bb6014
+=head1 DESCRIPTION
bb6014
 
bb6014
 This program verifies username & password to a database
bb6014
 
bb6014
@@ -97,7 +97,7 @@ This manual was written by I<Henrik Nordstrom <henrik@henriknordstrom.net>>
bb6014
 Copyright (C) 2007 Henrik Nordstrom <henrik@henriknordstrom.net>
bb6014
 Copyright (C) 2010 Luis Daniel Lucio Quiroz <dlucio@okay.com.mx> (Joomla support)
bb6014
 This program is free software. You may redistribute copies of it under the
bb6014
-terms of the GNU General Public License version 2, or (at youropinion) any
bb6014
+terms of the GNU General Public License version 2, or (at your opinion) any
bb6014
 later version.
bb6014
 
bb6014
 =head1 QUESTIONS
bb6014
diff --git a/helpers/basic_auth/LDAP/basic_ldap_auth.8 b/helpers/basic_auth/LDAP/basic_ldap_auth.8
bb6014
index 3893514..cb972cd 100644
bb6014
--- a/helpers/basic_auth/LDAP/basic_ldap_auth.8
bb6014
+++ b/helpers/basic_auth/LDAP/basic_ldap_auth.8
bb6014
@@ -98,7 +98,7 @@ option). Defaults to
bb6014
 .B Note:
bb6014
 This can only be done if all your users are located directly under
bb6014
 the same position in the LDAP tree and the login name is used for naming
bb6014
-each user object. If your LDAP tree does not match these criterias or if
bb6014
+each user object. If your LDAP tree does not match these criteria or if
bb6014
 you want to filter who are valid users then you need to use a search filter
bb6014
 to search for your users DN (
bb6014
 .B \-f
bb6014
@@ -187,14 +187,14 @@ when to dereference aliases. Defaults to
bb6014
 dereference aliases (default),
bb6014
 .B always
bb6014
 dereference aliases, only while
bb6014
-.B search ing
bb6014
+.B searching
bb6014
 or only to
bb6014
 .B find
bb6014
 the base object.
bb6014
 .
bb6014
 .if !'po4a'hide' .TP
bb6014
 .if !'po4a'hide' .B "\-H ldap_uri
bb6014
-Specity the LDAP server to connect to by LDAP URI (requires OpenLDAP libraries).
bb6014
+Specify the LDAP server to connect to by LDAP URI (requires OpenLDAP libraries).
bb6014
 Servers can also be specified last on the command line.
bb6014
 .
bb6014
 .if !'po4a'hide' .TP
bb6014
diff --git a/helpers/digest_auth/LDAP/digest_pw_auth.cc b/helpers/digest_auth/LDAP/digest_pw_auth.cc
bb6014
index 50ce8fb..866cf9c 100644
bb6014
--- a/helpers/digest_auth/LDAP/digest_pw_auth.cc
bb6014
+++ b/helpers/digest_auth/LDAP/digest_pw_auth.cc
bb6014
@@ -30,7 +30,7 @@
bb6014
  * the file format.  However storing such a triple does little to
bb6014
  * improve security: If compromised the username:realm:HA1 combination
bb6014
  * is "plaintext equivalent" - for the purposes of digest authentication
bb6014
- * they allow the user access. Password syncronisation is not tackled
bb6014
+ * they allow the user access. Password synchronization is not tackled
bb6014
  * by digest - just preventing on the wire compromise.
bb6014
  *
bb6014
  * Copyright (c) 2003  Robert Collins  <robertc@squid-cache.org>
bb6014
diff --git a/helpers/digest_auth/eDirectory/digest_pw_auth.cc b/helpers/digest_auth/eDirectory/digest_pw_auth.cc
bb6014
index 5db1ce4..aaeb86d 100644
bb6014
--- a/helpers/digest_auth/eDirectory/digest_pw_auth.cc
bb6014
+++ b/helpers/digest_auth/eDirectory/digest_pw_auth.cc
bb6014
@@ -30,7 +30,7 @@
bb6014
  * the file format.  However storing such a triple does little to
bb6014
  * improve security: If compromised the username:realm:HA1 combination
bb6014
  * is "plaintext equivalent" - for the purposes of digest authentication
bb6014
- * they allow the user access. Password syncronisation is not tackled
bb6014
+ * they allow the user access. Password synchronization is not tackled
bb6014
  * by digest - just preventing on the wire compromise.
bb6014
  *
bb6014
  * Copyright (c) 2003  Robert Collins  <robertc@squid-cache.org>
bb6014
diff --git a/helpers/digest_auth/file/digest_file_auth.8 b/helpers/digest_auth/file/digest_file_auth.8
bb6014
index 008d53c..66254d9 100644
bb6014
--- a/helpers/digest_auth/file/digest_file_auth.8
bb6014
+++ b/helpers/digest_auth/file/digest_file_auth.8
bb6014
@@ -15,7 +15,7 @@ file
bb6014
 is an installed binary authentication program for Squid. It handles digest 
bb6014
 authentication protocol and authenticates against a text file backend.
bb6014
 .
bb6014
-This program will automatically detect the existence of a concurrecy channel-ID and adjust appropriately.
bb6014
+This program will automatically detect the existence of a concurrency channel-ID and adjust appropriately.
bb6014
 It may be used with any value 0 or above for the auth_param children concurrency= parameter.
bb6014
 .
bb6014
 .SH OPTIONS
bb6014
@@ -54,7 +54,7 @@ the file format.  However storing such a triple does little to
bb6014
 improve security: If compromised the
bb6014
 .B username:realm:HA1 
bb6014
 combination is "plaintext equivalent" - for the purposes of digest authentication
bb6014
-they allow the user access. Password syncronisation is not tackled
bb6014
+they allow the user access. Password synchronization is not tackled
bb6014
 by digest - just preventing on the wire compromise.
bb6014
 .
bb6014
 .SH AUTHOR
bb6014
diff --git a/helpers/digest_auth/file/digest_file_auth.cc b/helpers/digest_auth/file/digest_file_auth.cc
bb6014
index cd17a54..5d36563 100644
bb6014
--- a/helpers/digest_auth/file/digest_file_auth.cc
bb6014
+++ b/helpers/digest_auth/file/digest_file_auth.cc
bb6014
@@ -33,7 +33,7 @@
bb6014
  * the file format.  However storing such a triple does little to
bb6014
  * improve security: If compromised the username:realm:HA1 combination
bb6014
  * is "plaintext equivalent" - for the purposes of digest authentication
bb6014
- * they allow the user access. Password syncronisation is not tackled
bb6014
+ * they allow the user access. Password synchronization is not tackled
bb6014
  * by digest - just preventing on the wire compromise.
bb6014
  *
bb6014
  * Copyright (c) 2003  Robert Collins  <robertc@squid-cache.org>
bb6014
diff --git a/helpers/digest_auth/file/text_backend.cc b/helpers/digest_auth/file/text_backend.cc
bb6014
index 0b58670..5f4e882 100644
bb6014
--- a/helpers/digest_auth/file/text_backend.cc
bb6014
+++ b/helpers/digest_auth/file/text_backend.cc
bb6014
@@ -29,7 +29,7 @@
bb6014
  * the file format.  However storing such a triple does little to
bb6014
  * improve security: If compromised the username:realm:HA1 combination
bb6014
  * is "plaintext equivalent" - for the purposes of digest authentication
bb6014
- * they allow the user access. Password syncronisation is not tackled
bb6014
+ * they allow the user access. Password synchronization is not tackled
bb6014
  * by digest - just preventing on the wire compromise.
bb6014
  *
bb6014
  * Copyright (c) 2003  Robert Collins  <robertc@squid-cache.org>
bb6014
diff --git a/helpers/external_acl/LDAP_group/ext_ldap_group_acl.8 b/helpers/external_acl/LDAP_group/ext_ldap_group_acl.8
bb6014
index 1345f6a..d165f57 100644
bb6014
--- a/helpers/external_acl/LDAP_group/ext_ldap_group_acl.8
bb6014
+++ b/helpers/external_acl/LDAP_group/ext_ldap_group_acl.8
bb6014
@@ -53,7 +53,7 @@ When to dereference aliases. Defaults to 'never'
bb6014
 dereference aliases (default),
bb6014
 .BI always
bb6014
 dereference aliases, only while
bb6014
-.BR search ing
bb6014
+.BR searching
bb6014
 or only to
bb6014
 .B find
bb6014
 the base object
bb6014
@@ -143,7 +143,7 @@ Specify the LDAP server to connect to
bb6014
 .
bb6014
 .if !'po4a'hide' .TP
bb6014
 .if !'po4a'hide' .BI \-H " ldapuri"
bb6014
-Specity the LDAP server to connect to by a LDAP URI (requires OpenLDAP libraries)
bb6014
+Specify the LDAP server to connect to by a LDAP URI (requires OpenLDAP libraries)
bb6014
 .
bb6014
 .if !'po4a'hide' .TP
bb6014
 .if !'po4a'hide' .BI \-K
bb6014
diff --git a/helpers/external_acl/kerberos_ldap_group/README b/helpers/external_acl/kerberos_ldap_group/README
bb6014
index 4d80409..78e8a67 100644
bb6014
--- a/helpers/external_acl/kerberos_ldap_group/README
bb6014
+++ b/helpers/external_acl/kerberos_ldap_group/README
bb6014
@@ -65,7 +65,7 @@ KRB5_KTNAME=/etc/squid/HTTP.keytab
bb6014
 export KRB5_KTNAME
bb6014
 
bb6014
 If you use a different Kerberos domain than the machine itself is in you can point squid to 
bb6014
-the seperate Kerberos config file by setting the following environmnet variable in the startup 
bb6014
+the separate Kerberos config file by setting the following environment variable in the startup 
bb6014
 script.
bb6014
 
bb6014
 KRB5_CONFIG=/etc/krb5-squid.conf
bb6014
diff --git a/helpers/external_acl/kerberos_ldap_group/ext_kerberos_ldap_group_acl.8 b/helpers/external_acl/kerberos_ldap_group/ext_kerberos_ldap_group_acl.8
bb6014
index 6972104..90b2cdd 100644
bb6014
--- a/helpers/external_acl/kerberos_ldap_group/ext_kerberos_ldap_group_acl.8
bb6014
+++ b/helpers/external_acl/kerberos_ldap_group/ext_kerberos_ldap_group_acl.8
bb6014
@@ -163,7 +163,7 @@ the proxy name set in IE or firefox. You can not use an IP address.
bb6014
 .if !'po4a'hide' .ft
bb6014
 .
bb6014
 If you use a different Kerberos domain than the machine itself is in you can point squid to
bb6014
-the seperate Kerberos config file by setting the following environmnet variable in the startup
bb6014
+the separate Kerberos config file by setting the following environment variable in the startup
bb6014
 script.
bb6014
 .if !'po4a'hide' .P
bb6014
 .if !'po4a'hide' .ft CR
bb6014
diff --git a/helpers/external_acl/session/ext_session_acl.8 b/helpers/external_acl/session/ext_session_acl.8
bb6014
index 6a2ec7b..a631fb2 100644
bb6014
--- a/helpers/external_acl/session/ext_session_acl.8
bb6014
+++ b/helpers/external_acl/session/ext_session_acl.8
bb6014
@@ -21,7 +21,7 @@ and timing out sessions. The timeout is based either on idle use (
bb6014
 ) or a fixed period of time (
bb6014
 .B \-T
bb6014
 ). The former is suitable for displaying terms and conditions to a user; the
bb6014
-latter is suitable for the display of advertisments or other notices (both as a
bb6014
+latter is suitable for the display of advertisements or other notices (both as a
bb6014
 splash page \- see config examples in the wiki online). The session helper can also be used
bb6014
 to force users to re\-authenticate if the 
bb6014
 .B %LOGIN 
bb6014
@@ -55,7 +55,7 @@ used as the database. If a path is specified, a Berkeley DB database
bb6014
 environment is created within the directory. The advantage of the latter
bb6014
 is better database support between multiple instances of the session
bb6014
 helper. Using multiple instances of the session helper with a single
bb6014
-database file will cause synchronisation problems between processes.
bb6014
+database file will cause synchronization problems between processes.
bb6014
 If this option is not specified the session details will be kept in
bb6014
 memory only and all sessions will reset each time Squid restarts its
bb6014
 helpers (Squid restart or rotation of logs).
bb6014
diff --git a/helpers/log_daemon/DB/log_db_daemon.8 b/helpers/log_daemon/DB/log_db_daemon.8
bb6014
index abb4407..d260feb 100644
bb6014
--- a/helpers/log_daemon/DB/log_db_daemon.8
bb6014
+++ b/helpers/log_daemon/DB/log_db_daemon.8
bb6014
@@ -143,8 +143,8 @@ log_db_daemon \- Database logging daemon for Squid
bb6014
 .SH "SYNOPSIS"
bb6014
 .IX Header "SYNOPSIS"
bb6014
 log_db_daemon \s-1DSN\s0 [options]
bb6014
-.SH "DESCRIPTOIN"
bb6014
-.IX Header "DESCRIPTOIN"
bb6014
+.SH "DESCRIPTION"
bb6014
+.IX Header "DESCRIPTION"
bb6014
 This program writes Squid access.log entries to a database.
bb6014
 Presently only accepts the \fBsquid\fR native format
bb6014
 .IP "\fB\s-1DSN\s0\fR" 8
bb6014
diff --git a/helpers/log_daemon/DB/log_db_daemon.pl.in b/helpers/log_daemon/DB/log_db_daemon.pl.in
bb6014
index 66b863f..24e0256 100755
bb6014
--- a/helpers/log_daemon/DB/log_db_daemon.pl.in
bb6014
+++ b/helpers/log_daemon/DB/log_db_daemon.pl.in
bb6014
@@ -18,7 +18,7 @@ log_db_daemon - Database logging daemon for Squid
bb6014
 
bb6014
 log_db_daemon DSN [options]
bb6014
 
bb6014
-=head1 DESCRIPTOIN
bb6014
+=head1 DESCRIPTION
bb6014
 
bb6014
 This program writes Squid access.log entries to a database.
bb6014
 Presently only accepts the B<squid> native format
bb6014
@@ -373,7 +373,7 @@ To distinguish only between HITs and MISSes:
bb6014
     WHERE squid_request_status LIKE '%MISS%')
bb6014
     /
bb6014
     (SELECT COUNT(*) FROM access_log)*100
bb6014
-    AS pecentage;
bb6014
+    AS percentage;
bb6014
 
bb6014
 =item Response time ranges
bb6014
 
bb6014
@@ -433,7 +433,7 @@ Indexes should be created according to the queries that are more frequently run.
bb6014
 
bb6014
 This script currently implements only the C<L> (i.e. "append a line to the log") command, therefore the log lines are never purged from the table. This approach has an obvious scalability problem.
bb6014
 
bb6014
-One solution would be to implement e.g. the "rotate log" command in a way that would calculate some summary values, put them in a "summary table" and then delete the lines used to caluclate those values.
bb6014
+One solution would be to implement e.g. the "rotate log" command in a way that would calculate some summary values, put them in a "summary table" and then delete the lines used to calculate those values.
bb6014
 
bb6014
 Similar cleanup code could be implemented in an external script and run periodically independently from squid log commands.
bb6014
 
bb6014
diff --git a/helpers/negotiate_auth/kerberos/README b/helpers/negotiate_auth/kerberos/README
bb6014
index 69c2a6c..d49af11 100644
bb6014
--- a/helpers/negotiate_auth/kerberos/README
bb6014
+++ b/helpers/negotiate_auth/kerberos/README
bb6014
@@ -53,7 +53,7 @@ KRB5_KTNAME=/etc/squid/HTTP.keytab
bb6014
 export KRB5_KTNAME
bb6014
 
bb6014
 If you use a different Kerberos domain than the machine itself is in you can point squid to 
bb6014
-the seperate Kerberos config file by setting the following environmnet variable in the startup 
bb6014
+the separate Kerberos config file by setting the following environment variable in the startup 
bb6014
 script.
bb6014
 
bb6014
 KRB5_CONFIG=/etc/krb-squid5.conf
bb6014
diff --git a/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.8 b/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.8
bb6014
index b31b046..52a86a2 100644
bb6014
--- a/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.8
bb6014
+++ b/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.8
bb6014
@@ -69,7 +69,7 @@ KRB5_KTNAME=/etc/squid/HTTP.keytab
bb6014
 export KRB5_KTNAME
bb6014
 
bb6014
 If you use a different Kerberos domain than the machine itself is in you can point squid to
bb6014
-the seperate Kerberos config file by setting the following environmnet variable in the startup
bb6014
+the separate Kerberos config file by setting the following environment variable in the startup
bb6014
 script.
bb6014
 
bb6014
 KRB5_CONFIG=/etc/krb5\-squid.conf
bb6014
diff --git a/helpers/storeid_rewrite/file/storeid_file_rewrite.8 b/helpers/storeid_rewrite/file/storeid_file_rewrite.8
bb6014
index c314387..aafe7d5 100644
bb6014
--- a/helpers/storeid_rewrite/file/storeid_file_rewrite.8
bb6014
+++ b/helpers/storeid_rewrite/file/storeid_file_rewrite.8
bb6014
@@ -162,7 +162,7 @@ Eg:
bb6014
 Rewrite rules are matched in the same order as they appear in the rules file.
bb6014
 So for best performance, sort it in order of frequency of occurrence.
bb6014
 .PP
bb6014
-This program will automatically detect the existence of a concurrecy channel-ID and adjust appropriately.
bb6014
+This program will automatically detect the existence of a concurrency channel-ID and adjust appropriately.
bb6014
 It may be used with any value 0 or above for the store_id_children concurrency= parameter.
bb6014
 .SH "OPTIONS"
bb6014
 .IX Header "OPTIONS"
bb6014
diff --git a/helpers/storeid_rewrite/file/storeid_file_rewrite.pl.in b/helpers/storeid_rewrite/file/storeid_file_rewrite.pl.in
bb6014
index dccd164..12e0d95 100644
bb6014
--- a/helpers/storeid_rewrite/file/storeid_file_rewrite.pl.in
bb6014
+++ b/helpers/storeid_rewrite/file/storeid_file_rewrite.pl.in
bb6014
@@ -29,7 +29,7 @@ Eg:
bb6014
 Rewrite rules are matched in the same order as they appear in the rules file.
bb6014
 So for best performance, sort it in order of frequency of occurrence.
bb6014
 
bb6014
-This program will automatically detect the existence of a concurrecy channel-ID and adjust appropriately.
bb6014
+This program will automatically detect the existence of a concurrency channel-ID and adjust appropriately.
bb6014
 It may be used with any value 0 or above for the store_id_children concurrency= parameter.
bb6014
 
bb6014
 =head1 OPTIONS
bb6014
diff --git a/src/StoreFileSystem.h b/src/StoreFileSystem.h
bb6014
index d9a33c5..53ae98f 100644
bb6014
--- a/src/StoreFileSystem.h
bb6014
+++ b/src/StoreFileSystem.h
bb6014
@@ -47,7 +47,7 @@
bb6014
  \par
bb6014
  * configure will take a list of storage types through the
bb6014
  * --enable-store-io parameter. This parameter takes a list of
bb6014
- * space seperated storage types. For example,
bb6014
+ * space separated storage types. For example,
bb6014
  * --enable-store-io="ufs aufs" .
bb6014
  *
bb6014
  \par
bb6014
diff --git a/src/ipcache.cc b/src/ipcache.cc
bb6014
index 0eaab11..f350ccd 100644
bb6014
--- a/src/ipcache.cc
bb6014
+++ b/src/ipcache.cc
bb6014
@@ -50,7 +50,7 @@
bb6014
  \defgroup IPCacheInternal IP Cache Internals
bb6014
  \ingroup IPCacheAPI
bb6014
  \todo  when IP cache is provided as a class. These sub-groups will be obsolete
bb6014
- *  for now they are used to seperate the public and private functions.
bb6014
+ *  for now they are used to separate the public and private functions.
bb6014
  *  with the private ones all being in IPCachInternal and public in IPCacheAPI
bb6014
  *
bb6014
  \section InternalOperation Internal Operation
bb6014
diff --git a/src/ssl/ssl_crtd.8 b/src/ssl/ssl_crtd.8
bb6014
index 9931e7e..ef39ebe 100644
bb6014
--- a/src/ssl/ssl_crtd.8
bb6014
+++ b/src/ssl/ssl_crtd.8
bb6014
@@ -33,7 +33,7 @@ is an installed binary.
bb6014
 Because the generation and signing of SSL certificates takes time
bb6014
 Squid must use external process to handle the work.
bb6014
 .
bb6014
-This process generates new SSL certificates and uses a disk cache of certificatess
bb6014
+This process generates new SSL certificates and uses a disk cache of certificates
bb6014
 to improve response times on repeated requests.
bb6014
 Communication occurs via TCP sockets bound to the loopback interface.
bb6014
 .
bb6014
@@ -122,7 +122,7 @@ After any change to the signing CA in squid.conf be sure to erase and re-initial
bb6014
 .
bb6014
 .PP
bb6014
 For simple configuration the helper defaults can be used.
bb6014
-Only HTTP listening port options are required to enable generation and set the signign CA certificate.
bb6014
+Only HTTP listening port options are required to enable generation and set the signing CA certificate.
bb6014
 For Example:
bb6014
 .if !'po4a'hide' .RS
bb6014
 .if !'po4a'hide' .B http_port 3128 ssl-bump generate-host-certificates=on dynamic_cert_mem_cache_size=4MB cert=/usr/local/squid/ssl_cert/www.sample.com.pem