Skip to content

Commit 25f1889

Browse files
committed
fix misspells
1 parent 8375a82 commit 25f1889

120 files changed

Lines changed: 230 additions & 230 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/ConfigExamples/Authenticate/Bypass.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ This can be accomplished by using 6 configuration files:
143143
This example configuration will allow any user access to whitelisted
144144
sites without asking for identification, users in group A will be able
145145
to access sites in list A, users in group B will be able to access sites
146-
from group B and noone will be able to access anything else.
146+
from group B and no one will be able to access anything else.
147147

148148
## Advanced configuration
149149

docs/ConfigExamples/Authenticate/Kerberos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ If squid_kerb_ldap is used the following steps are happening
208208
1. Squid "login" to Windows Active Directory or Unix kdc as user
209209
\<HTTP/\<fqdn-squid\>@DOMAIN.COM\>. This requires Active Directory
210210
to have an attribute userPrincipalname set to
211-
\<HTTP/\<fqdn-squid\>@DOMAIN.COM\> for the associated acount. This
211+
\<HTTP/\<fqdn-squid\>@DOMAIN.COM\> for the associated account. This
212212
is usaully done by using msktutil.
213213
214214
![Squid-4.jpeg](/assets/images/squid-4.jpg)

docs/ConfigExamples/Authenticate/Ntlm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Winbind is a Samba component providing access to Windows Active Directory
99
authentication services on a Unix-like operating system
1010

1111
## Supported Samba Releases
12-
Samba 3 and later provide a squid-compatible authenitcation helper named
12+
Samba 3 and later provide a squid-compatible authentication helper named
1313
`ntlm_auth`
1414

1515
## Samba Configuration

docs/ConfigExamples/Authenticate/WindowsActiveDirectory.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ authentication may fail.
7878

7979
## NTP Configuration
8080

81-
Time needs to be syncronised with Windows Domain Controllers for
81+
Time needs to be synchronised with Windows Domain Controllers for
8282
authentication, configure the proxy to obtain time from them and test to
8383
ensure they are working as expected.
8484

@@ -165,7 +165,7 @@ use it to create our kerberos computer object in Active directory.
165165

166166
kinit administrator
167167

168-
It should return without errors. You can see if you succesfully obtained
168+
It should return without errors. You can see if you successfully obtained
169169
a ticket with:
170170

171171
klist
@@ -227,7 +227,7 @@ users will not be able to authenticate with Squid.
227227
Add the following to cron so it can automatically updates the computer
228228
account in active directory when it expires (typically 30 days). Pipe it
229229
through logger so I can see any errors in syslog if necessary. As stated
230-
msktutil uses the default `/etc/krb5.conf` file for its paramaters so be
230+
msktutil uses the default `/etc/krb5.conf` file for its parameters so be
231231
aware of that if you decide to make any changes in it.
232232

233233
00 4 * * * msktutil --auto-update --verbose --computer-name squidproxy-k | logger -t msktutil
@@ -263,7 +263,7 @@ Now join the proxy to the domain.
263263
```
264264
net ads join -U Administrator
265265
```
266-
Start samba and winbind and test acces to the domain.
266+
Start samba and winbind and test access to the domain.
267267
```
268268
wbinfo -t
269269
```
@@ -324,7 +324,7 @@ chgrp proxy /etc/squid3/ldappass.txt
324324
## Install negotiate_wrapper
325325

326326
Firstly we need to install negotiate_wrapper. Install the necessary
327-
build tools on Debian intall `build-essential linux-headers-$(uname -r)`
327+
build tools on Debian install `build-essential linux-headers-$(uname -r)`
328328
Then compile and install.
329329

330330
```bash

docs/ConfigExamples/Chat/Skype.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ then the mentioned in the article to make it so skype clients will be
1515
able to run smooth with squid in the picture. Else then that skype in
1616
many cases will require direct access to the Internet and will not work
1717
in a very restricted networks with allow access only using a proxy. I
18-
belive that NTOP have some more details on how to somehow make skype
18+
believe that NTOP have some more details on how to somehow make skype
1919
work or be blocked in some cases. I recommend peeking at theri at:
2020
<https://github.com/ntop/nDPI/search?utf8=✓&q=skype>
2121

docs/ConfigExamples/ClusteringTproxySquid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ What is good about WCCP? WCCP allows web cache clustering with built in
1414
fail-over mechanism and semi auto configuration management.
1515

1616
It gives the Network administrator quiet in mind that if something in
17-
the cache cluster is not functioning the clients wont suffer from it.
17+
the cache cluster is not functioning the clients won't suffer from it.
1818

1919
WCCP can be implemented for http and other protocols. many Network
2020
administrator will implement the Web cache infrastructure close to the

docs/ConfigExamples/ContentAdaptation/C-ICAP.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Then adjust squidclamav.conf as follows:
163163
logredir 1
164164

165165
# Enable / disable DNS lookup of client ip address. Default is enabled '1' to
166-
# preserve backward compatibility but you must desactivate this feature if you
166+
# preserve backward compatibility but you must deactivate this feature if you
167167
# don't use trustclient with hostname in the regexp or if you don't have a DNS
168168
# on your network. Disabling it will also speed up squidclamav.
169169
dnslookup 0
@@ -175,7 +175,7 @@ Then adjust squidclamav.conf as follows:
175175
safebrowsing 0
176176

177177
#
178-
# Here is some defaut regex pattern to have a high speed proxy on system
178+
# Here is some default regex pattern to have a high speed proxy on system
179179
# with low resources.
180180
#
181181
# Abort AV scan, but not chained program
@@ -468,7 +468,7 @@ Adjust srv_url_check.conf as follows:
468468

469469
> :information_source:
470470
Note: Using whitelist is good idea for performance reasons. It is
471-
plain text file with 2nd level domain names. All hostnames beyong
471+
plain text file with 2nd level domain names. All hostnames beyond
472472
this domains will be pass. Also setup DNS cache is also great idea
473473
to improve performance.
474474

@@ -671,7 +671,7 @@ Here is also Munin plugins for C-ICAP monitoring (performance-related
671671

672672
> :information_source:
673673
When upgrading c-icap server, you also need (in most cases) to
674-
rebuild squidclamav to aviod possible API incompatibility.
674+
rebuild squidclamav to avoid possible API incompatibility.
675675

676676
> :information_source:
677677
In case of c-icap permanently restarts, increase DebugLevel in

docs/ConfigExamples/ContentAdaptation/EcapForExifStripping.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ First, build and install dependencies:
104104
make -j8
105105
make install
106106

107-
Make shure all shared libraries are installed.
107+
Make sure all shared libraries are installed.
108108

109109
> :information_source:
110110
Note: Use correct compiler full path, depending your setup. Commands
@@ -145,7 +145,7 @@ Supported configuration parameters:
145145
Files with size greater than limit will be stored in temporary
146146
disk storage, otherwise processing will be done in RAM.
147147
exclude_types
148-
List of semicolon seprated MIME types which shouldn't be
148+
List of semicolon separated MIME types which shouldn't be
149149
handled by adapter.
150150

151151
## Squid Configuration File

docs/ConfigExamples/DynamicContent/Coordinator.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ some of the reasons for that:
4343
- The result of a live content feed based or not on argument supplied
4444
by end user.
4545
- a CMS(Content Management System) scripts design.
46-
- bad programing.
46+
- bad programming.
4747
- Privacy policies.
4848

4949
## File De-Duplication/Duplication
5050

5151
- two urls that result the same identical resource ( many to one ).
5252
Some of the reasons for that:
5353
- a temporary URL for content access based on credentials
54-
- bad programing or fear from caching
54+
- bad programming or fear from caching
5555
- Privacy policies
5656

5757
There is also the problem of content copying around the web. For
@@ -89,7 +89,7 @@ just a longer url. many CMS like Wordpress use question mark to identify
8989
a specific page/article stored in the system. ("/wordpress/?p=941")
9090

9191

92-
but insted exploting this convention the script authur can just add
92+
but instead exploting this convention the script authur can just add
9393
Cache specific headers to allow or disallow caching the resource.
9494

9595
## HTTP and caching

docs/ConfigExamples/FullyTransparentWithTPROXY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ the tproxy include file needs to be placed in
3131
/usr/include/linux/netfilter_ipv4/ip_tproxy.h or
3232
include/netfilter_ipv4/ip_tproxy.h in the squid src tree).
3333

34-
TThe iptables rule needs to use the TPROXY target (instead of the
34+
The iptables rule needs to use the TPROXY target (instead of the
3535
REDIRECT target) to redirect the port 80 traffic to the proxy. Ie:
3636

3737
iptables -t tproxy -A PREROUTING -i eth0 -p tcp -m tcp --dport 80 -j TPROXY --on-port 80
@@ -175,7 +175,7 @@ balabit for kernel & iptables tproxy
175175
* check-up access.log --\> yes it is increments log check-up my pc by
176176
* opening whatismyipaddress.com --\> yes it is my pc's ip
177177

178-
Now, I will try tuning-up my box & squid.conf tommorow
178+
Now, I will try tuning-up my box & squid.conf tomorrow
179179

180180
## Another Example
181181

0 commit comments

Comments
 (0)