diff options
Diffstat (limited to 'htroot/autoconfig.pac')
| -rw-r--r-- | htroot/autoconfig.pac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/autoconfig.pac b/htroot/autoconfig.pac index efb3860a1..2dbf61f71 100644 --- a/htroot/autoconfig.pac +++ b/htroot/autoconfig.pac @@ -14,7 +14,7 @@ function FindProxyForURL(url,host) { // not the proxy itself
if (host == "#[host]#") return "DIRECT";
- // no local adresses
+ // no local addresses
ip = dnsResolve(host);
if ( isInNet(ip, "127.0.0.0", "255.0.0.0")
|| isInNet(ip, "192.168.0.0", "255.255.0.0")
|
