Skip to content

Commit d67c72c

Browse files
committed
avoid contractions
1 parent e5f94c4 commit d67c72c

Some content is hidden

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

69 files changed

+135
-135
lines changed

docs/404.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ permalink: /404.html
55
# Oops, page not found (404 error)
66

77
You probably followed a broken link to, sorry.
8-
We can't really know what you were looking for, but you can try looking
8+
We cannot really know what you were looking for, but you can try looking
99
for it in the [full list of the site's pages](/SitePages).
1010

1111
You can also try a full text search on the Squid project's web sites

docs/ConfigExamples/Authenticate/LoggingOnly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ hack needs to be used:
2121

2222

2323
Remember that http_access order is very important. If you allow access
24-
without the "dummyAuth" acl, you won't get usernames logged
24+
without the "dummyAuth" acl, you will not get usernames logged
2525

2626
One of the following authentication helpers is also needed to ensure
2727
that login details are available for use when that demand is made.

docs/ConfigExamples/Authenticate/Ntlm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ gpasswd -a proxy winbindd_priv
9393

9494
As Samba-3.x has it's own authentication helper there is no need to
9595
build any of the Squid authentication helpers for use with Samba-3.x
96-
(and the helpers provided by Squid won't work if you do). You do however
96+
(and the helpers provided by Squid will not work if you do). You do however
9797
need to enable support for the NTLM scheme if you plan on using this.
9898
Also you may want to use the wbinfo_group helper for group lookups
9999

docs/ConfigExamples/Authenticate/NtlmCentOS5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ configure Samba, Winbind and perform the join in one step.
8181
Shutting down Winbind services: [FAILED]
8282
Starting Winbind services: [ OK ]
8383

84-
If Winbind wasn't running before this it can't shutdown, but authconfig
84+
If Winbind wasn't running before this it cannot shutdown, but authconfig
8585
will start it and enable it to start at boot.
8686

8787
The default permissions for **/var/cache/samba/winbindd_privileged** in

docs/ConfigExamples/Caching/WindowsUpdates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ stored in the squid cache.
131131
I also recommend a 30 to 60GB
132132
[cache_dir](http://www.squid-cache.org/Doc/config/cache_dir) size
133133
allocation, which will let you download tonnes of windows updates and
134-
other stuff and then you won't really have any major issues with cache
134+
other stuff and then you will not really have any major issues with cache
135135
storage or cache allocation or any other issues to do with the cache.
136136

137137
## Why does it go so slowly through Squid?

docs/ConfigExamples/Chat/Signal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ connections.
4040

4141
> :x:
4242
Note that port 80 is still too unsafe to allow generic CONNECT to
43-
happen on it. However, Signal client often can't do initial connect
43+
happen on it. However, Signal client often cannot do initial connect
4444
without permission CONNECT to port 80 at
4545
textsecure-service-ca.whispersystems.org. You are warned.
4646

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 won't suffer from it.
17+
the cache cluster is not functioning the clients will not 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/DynamicContent/YouTube.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ per.php:
181181
//file not in cache? Get it, send it & save it
182182
logdata("MISS",$url,$fname);
183183
$fileptr=fopen($fname,"w");
184-
//no validity check, simply don't write the file if we can't open it. prevents noticeable failure/
184+
//no validity check, simply don't write the file if we cannot open it. prevents noticeable failure/
185185

186186
while(!feof($urlptr)){
187187
$line=fread($urlptr,$blocksize);

docs/ConfigExamples/Intercept/CiscoIOSv15Wccp2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ redirection methods.
3232
> :information_source:
3333
Note: When using managed switch in DMZ, be sure proxy box port in
3434
the same VLAN/has the same encapsulation as router port with WCCP
35-
activated. Otherwise router can't do WCCP handshake with proxy.
35+
activated. Otherwise router cannot do WCCP handshake with proxy.
3636

3737
### Cisco IOS 15.5(3)M2 router
3838

docs/ConfigExamples/Intercept/DebianWithRedirectorAndReporting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ After editing the configuration file, start squid
142142

143143
Once the Squid has started, you should be able to browse the web from
144144
the LAN. Note that it is the Squid that provides HTTP connection to the
145-
outside. If the Squid process crashes or is stopped, LAN clients won't
145+
outside. If the Squid process crashes or is stopped, LAN clients will not
146146
be able to browse the web.
147147

148148
To see in realtime the requests served by Squid, use the command
@@ -223,7 +223,7 @@ get only safe content.
223223

224224
(Note that Google is [gradually switching to HTTPS for all
225225
searches](http://support.google.com/websearch/bin/answer.py?hl=en&answer=173733).
226-
As Squid only handles HTTP traffic, this won't work anymore. However,
226+
As Squid only handles HTTP traffic, this will not work anymore. However,
227227
you get the idea.)
228228

229229
[Download the latest version of Squirm

0 commit comments

Comments
 (0)