summaryrefslogtreecommitdiffstats
path: root/etc/inc/priv.inc
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-01-18 23:50:00 +0545
committerPhil Davis <phil.davis@inf.org>2015-01-18 23:50:00 +0545
commite30050b66515aa4f3ef164368b552fb5ad913386 (patch)
tree6cbed8489531ff88eda4407366506d3d84a9c3a2 /etc/inc/priv.inc
parent5a8519bbb1d9446f1b584028687fd2e44f0291ca (diff)
downloadpfsense-e30050b66515aa4f3ef164368b552fb5ad913386.zip
pfsense-e30050b66515aa4f3ef164368b552fb5ad913386.tar.gz
Unimportant typos in user and group manager
that do not effect anything.
Diffstat (limited to 'etc/inc/priv.inc')
-rw-r--r--etc/inc/priv.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/priv.inc b/etc/inc/priv.inc
index c64fa86..8d1a736 100644
--- a/etc/inc/priv.inc
+++ b/etc/inc/priv.inc
@@ -192,7 +192,7 @@ function isAllowed($username, $page) {
if ($user['uid']==0)
return true;
- /* user privelege access check */
+ /* user privilege access check */
if (cmp_page_matches($page, $_SESSION['page-match']))
return true;
@@ -216,7 +216,7 @@ function isAllowedPage($page) {
if ($user['uid']==0)
return true;
- /* user privelege access check */
+ /* user privilege access check */
return cmp_page_matches($page, $_SESSION['page-match']);
}
OpenPOWER on IntegriCloud