aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2013-05-16 16:17:44 -0300
committerMarcello Coutinho <marcellocoutinho@gmail.com>2013-05-16 16:17:44 -0300
commit3f58411b952db4ecc1f3e002ab0a5721498235ba (patch)
tree75ff5acfc9dcd37551b5a17da94380d1145be56e /config
parent39f4ee8a301be1328d5aafa5c029c24546cdb73f (diff)
downloadpfsense-packages-3f58411b952db4ecc1f3e002ab0a5721498235ba.tar.gz
pfsense-packages-3f58411b952db4ecc1f3e002ab0a5721498235ba.tar.bz2
pfsense-packages-3f58411b952db4ecc1f3e002ab0a5721498235ba.zip
squid3-dev - fix typos
Diffstat (limited to 'config')
-rwxr-xr-xconfig/squid3/33/squid.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/squid3/33/squid.inc b/config/squid3/33/squid.inc
index 4ca1672f..89a11961 100755
--- a/config/squid3/33/squid.inc
+++ b/config/squid3/33/squid.inc
@@ -1649,7 +1649,7 @@ function squid_resync_auth() {
$prompt = ($settings['auth_prompt'] ? $settings['auth_prompt'] : 'Please enter your credentials to access the proxy');
switch ($auth_method) {
case 'local':
- $conf .= 'auth_param basic program '.SQUID_LOCALBASE.'/libexec/squid/baisc_ncsa_auth ' . SQUID_PASSWD . "\n";
+ $conf .= 'auth_param basic program '.SQUID_LOCALBASE.'/libexec/squid/basic_ncsa_auth ' . SQUID_PASSWD . "\n";
break;
case 'ldap':
$port = (isset($settings['auth_server_port']) ? ":{$settings['auth_server_port']}" : '');
@@ -1691,7 +1691,7 @@ EOD;
// Include squidguard denied acl log in squid
if ($settingsconfig['log_sqd'])
- $conf .="http_access deny passowrd sglog\n";
+ $conf .="http_access deny password sglog\n";
// Allow the other ACLs as long as they authenticate
foreach ($password as $acl)