diff options
author | Scott Ullrich <sullrich@G5.local> | 2009-10-26 20:02:09 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@G5.local> | 2009-10-26 20:02:09 -0400 |
commit | 1ed001a0c5cc3515a328408bc37776a91390ab56 (patch) | |
tree | 69cc70108186292ba706461da7f0476c7a4dac99 /config | |
parent | 0542cfbcadf791be48b83fdb2141dc6fe2958c16 (diff) | |
download | pfsense-packages-1ed001a0c5cc3515a328408bc37776a91390ab56.tar.gz pfsense-packages-1ed001a0c5cc3515a328408bc37776a91390ab56.tar.bz2 pfsense-packages-1ed001a0c5cc3515a328408bc37776a91390ab56.zip |
Spelling fix for Reloading
Diffstat (limited to 'config')
-rw-r--r-- | config/squid/squid.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/squid/squid.inc b/config/squid/squid.inc index 65069a58..2f77c465 100644 --- a/config/squid/squid.inc +++ b/config/squid/squid.inc @@ -272,7 +272,7 @@ function squid_deinstall_command() { mwexec("ps awux | grep \"squid\" | grep -v \"grep\" | awk '{ print $2 }' | xargs kill"); mwexec("ps awux | grep \"dnsserver\" | grep -v \"grep\" | awk '{ print $2 }' | xargs kill"); mwexec("ps awux | grep \"unlinkd\" | grep -v \"grep\" | awk '{ print $2 }' | xargs kill"); - update_status("Relaoding filter..."); + update_status("Reloading filter..."); filter_configure_sync(); } |