diff options
author | Phil Davis <phil.davis@world.inf.org> | 2012-06-23 18:36:51 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@world.inf.org> | 2012-06-23 18:36:51 +0545 |
commit | 41b1c16482bdeddf94e7b5c4c48966ed8ecb893d (patch) | |
tree | 2f202b54352f2e139328afaabb4350075726d712 /config | |
parent | a9e653afec03baace8b52d4ed155e4fcd97b8bb4 (diff) | |
download | pfsense-packages-41b1c16482bdeddf94e7b5c4c48966ed8ecb893d.tar.gz pfsense-packages-41b1c16482bdeddf94e7b5c4c48966ed8ecb893d.tar.bz2 pfsense-packages-41b1c16482bdeddf94e7b5c4c48966ed8ecb893d.zip |
1 more text typo to fix
Diffstat (limited to 'config')
-rw-r--r-- | config/squid-reverse/squid.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/squid-reverse/squid.inc b/config/squid-reverse/squid.inc index aa469176..9bedac86 100644 --- a/config/squid-reverse/squid.inc +++ b/config/squid-reverse/squid.inc @@ -1829,7 +1829,7 @@ function squid_do_xmlrpc_sync($sync_to_ip, $username, $password) { log_error("squid XMLRPC sync successfully completed with {$url}:{$port}."); } - /* tell squid to reload our settings on the destionation sync host. */ + /* tell squid to reload our settings on the destination sync host. */ $method = 'pfsense.exec_php'; $execcmd = "require_once('/usr/local/pkg/squid.inc');\n"; $execcmd .= "squid_resync();"; |