diff options
author | jim-p <jimp@pfsense.org> | 2012-11-14 20:37:11 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2012-11-14 20:37:11 -0500 |
commit | dbbc7307d17d26df4130beea8bb667fdf6bf086e (patch) | |
tree | d4e9a8ccf28e5e43c7cd234d77facc0b34f36a57 /etc/inc/ipsec.auth-user.php | |
parent | bfd4a79ee109871a2872a62b74fbdce6cba0593a (diff) | |
download | pfsense-dbbc7307d17d26df4130beea8bb667fdf6bf086e.zip pfsense-dbbc7307d17d26df4130beea8bb667fdf6bf086e.tar.gz |
Fix typo
Diffstat (limited to 'etc/inc/ipsec.auth-user.php')
-rwxr-xr-x | etc/inc/ipsec.auth-user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/ipsec.auth-user.php b/etc/inc/ipsec.auth-user.php index 553ba69..b2fcb55 100755 --- a/etc/inc/ipsec.auth-user.php +++ b/etc/inc/ipsec.auth-user.php @@ -118,7 +118,7 @@ foreach ($authmodes as $authmode) { if ($authenticated == true) { if (stristr($authmode, "local") && !userHasPrivilege($username, "user-ipsec-xauth-dialin")) { $authenticated = false; - syslog(LOG_WARNING, "user '{$username}' cannot authenticate through IPSec since the required priviledges are missing.\n"); + syslog(LOG_WARNING, "user '{$username}' cannot authenticate through IPSec since the required privileges are missing.\n"); continue; } break; |