summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager_addprivs.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-01-18 23:50:00 +0545
committerRenato Botelho <garga@FreeBSD.org>2015-01-28 06:55:49 -0200
commit4c40e2a76491114448477f4c92fcd5a32822bb18 (patch)
tree6e6ecad32c328defe833f2fb6fc9d99affc85f6e /usr/local/www/system_usermanager_addprivs.php
parentca127ab7591dae588039c94baacea38b0d22d2e0 (diff)
downloadpfsense-4c40e2a76491114448477f4c92fcd5a32822bb18.zip
pfsense-4c40e2a76491114448477f4c92fcd5a32822bb18.tar.gz
Unimportant typos in user and group manager
that do not effect anything.
Diffstat (limited to 'usr/local/www/system_usermanager_addprivs.php')
-rw-r--r--usr/local/www/system_usermanager_addprivs.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_usermanager_addprivs.php b/usr/local/www/system_usermanager_addprivs.php
index 1a7b4cf..2ccda95 100644
--- a/usr/local/www/system_usermanager_addprivs.php
+++ b/usr/local/www/system_usermanager_addprivs.php
@@ -72,7 +72,7 @@ if ($_POST) {
/* input validation */
$reqdfields = explode(" ", "sysprivs");
- $reqdfieldsn = array(gettext("Selected priveleges"));
+ $reqdfieldsn = array(gettext("Selected privileges"));
do_input_validation($_POST, $reqdfields, $reqdfieldsn, $input_errors);
@@ -149,7 +149,7 @@ function update_description() {
if ($savemsg)
print_info_box($savemsg);
?>
-<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="user manager add priveleges">
+<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="user manager add privileges">
<tr>
<td>
<?php
OpenPOWER on IntegriCloud