summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2015-01-28 06:55:40 -0200
committerRenato Botelho <garga@FreeBSD.org>2015-01-28 06:55:40 -0200
commitadaf6ca9673d7ded3c9d106a006ccfc9a5bd3948 (patch)
tree668d62d669e9338d23cd24fdba78f6fc0a5d9e01 /usr/local/www
parent4f009171d55096b05a9c968383bdcab7dd12a92b (diff)
parente30050b66515aa4f3ef164368b552fb5ad913386 (diff)
downloadpfsense-adaf6ca9673d7ded3c9d106a006ccfc9a5bd3948.zip
pfsense-adaf6ca9673d7ded3c9d106a006ccfc9a5bd3948.tar.gz
Merge pull request #1445 from phil-davis/priv-typos
Diffstat (limited to 'usr/local/www')
-rw-r--r--usr/local/www/system_groupmanager_addprivs.php4
-rw-r--r--usr/local/www/system_usermanager.php6
-rw-r--r--usr/local/www/system_usermanager_addprivs.php4
3 files changed, 7 insertions, 7 deletions
diff --git a/usr/local/www/system_groupmanager_addprivs.php b/usr/local/www/system_groupmanager_addprivs.php
index 8f7afec..ae7e884 100644
--- a/usr/local/www/system_groupmanager_addprivs.php
+++ b/usr/local/www/system_groupmanager_addprivs.php
@@ -78,7 +78,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);
@@ -160,7 +160,7 @@ function update_description() {
if ($savemsg)
print_info_box($savemsg);
?>
-<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="group manager add priveleges">
+<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="group manager add privileges">
<tr>
<td>
<?php
diff --git a/usr/local/www/system_usermanager.php b/usr/local/www/system_usermanager.php
index e52db2c..af3df18 100644
--- a/usr/local/www/system_usermanager.php
+++ b/usr/local/www/system_usermanager.php
@@ -261,12 +261,12 @@ if ($_POST['save']) {
}
/*
- * Check for a valid expirationdate if one is set at all (valid means,
+ * Check for a valid expiration date if one is set at all (valid means,
* DateTime puts out a time stamp so any DateTime compatible time
* format may be used. to keep it simple for the enduser, we only
* claim to accept MM/DD/YYYY as inputs. Advanced users may use inputs
* like "+1 day", which will be converted to MM/DD/YYYY based on "now".
- * Otherwhise such an entry would lead to an invalid expiration data.
+ * Otherwise such an entry would lead to an invalid expiration data.
*/
if ($_POST['expires']){
try {
@@ -304,7 +304,7 @@ if ($_POST['save']) {
local_user_del($userent);
}
- /* the user password was mofified */
+ /* the user password was modified */
if ($_POST['passwordfld1'])
local_user_set_password($userent, $_POST['passwordfld1']);
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