summaryrefslogtreecommitdiff
path: root/htroot/autoconfig.pac
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2026-07-07 00:20:00 +0200
committerMichael Peter Christen <mc@yacy.net>2026-07-07 00:20:00 +0200
commit2ca403a1fc80cb9e1d65764cbb42c5dbc7c030ea (patch)
tree25152f0699a6675d78a9c7e69d4932bf6c89e8e0 /htroot/autoconfig.pac
parent2e46033b6834ee5d898e219c9650f7be59e43654 (diff)
fix for spelling in web pages, fixes in locale translations, added
missing pages in de-locale, removed translation for non-existing pages
Diffstat (limited to 'htroot/autoconfig.pac')
-rw-r--r--htroot/autoconfig.pac2
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")