Skip to content

Commit 94bfbc7

Browse files
committed
avoid contractions
1 parent e5f94c4 commit 94bfbc7

56 files changed

Lines changed: 99 additions & 99 deletions

Some content is hidden

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

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/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/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/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/IptablesPolicyRoute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ traffic (web in this instance) towards a Squid proxy.
1414
Various networks are using embedded Linux devices (such as OpenWRT) as
1515
gateways and wish to implement transparent caching or proxying.
1616

17-
There's no obvious policy routing in Linux - you use iptables to mark
17+
There is no obvious policy routing in Linux - you use iptables to mark
1818
interesting traffic, iproute2 ip rules to choose an alternate routing
1919
table and a default route in the alternate routing table to policy route
2020
to the distribution.

docs/ConfigExamples/Intercept/SslBumpExplicit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ library default "Global Trusted CA" set. This is done by
169169
not included (see below). Adding extra root CA in this way is your
170170
responsibility. Also beware, when you use OpenSSL, you need to make
171171
c_rehash utility before Squid can use the added certificates.
172-
Beware - you can't grab any CA's you see. Check it before use\!
172+
Beware - you cannot grab any CA's you see. Check it before use\!
173173

174174
### Missing intermediate certificates
175175

docs/ConfigExamples/MultiplePortsWithWccp2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ There are a few caveats:
1515
- Squid will have to be configured to listen on each port - the
1616
[wccp2_service](http://www.squid-cache.org/Doc/config/wccp2_service)
1717
configuration only tells WCCPv2 what to do, not Squid;
18-
- WCCPv2 (as far as I know) can't be told to redirect random dynamic
19-
TCP sessions, only "fixed" service ports - so it can't intercept and
18+
- WCCPv2 (as far as I know) cannot be told to redirect random dynamic
19+
TCP sessions, only "fixed" service ports - so it cannot intercept and
2020
cache the FTP data streams;
2121
- You could use Squid to advertise services which are handled by
2222
"other" software running on the server (for example, if you had a

docs/ConfigExamples/Reverse/ExchangeRpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories: [ConfigExample]
88
Squid can be used as an accelerator and ACL filter in front of an
99
exchange server exporting mail via RPC over HTTP. The RPC_IN_DATA and
1010
RPC_OUT_DATA methods communicate with
11-
_https://URL/rpc/rpcproxy.dll_, for if there's need to limit the
11+
_https://URL/rpc/rpcproxy.dll_, for if there is need to limit the
1212
access..
1313

1414
## Setup

docs/ConfigExamples/Strange/BlockingTLD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ Paste the configuration file like this:
2323
http_access deny block_tld
2424
deny_info TCP_RESET block_tld
2525

26-
Pay your attention, that we send TCP_RESET to client. So, he can't see
26+
Pay your attention, that we send TCP_RESET to client. So, he cannot see
2727
we do it with our proxy.
2828
:smirk:

0 commit comments

Comments
 (0)