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