summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-07-15 18:27:48 -0500
committerChris Buechler <cmb@pfsense.org>2016-07-15 18:27:48 -0500
commit1d653e869b05e015105427516b41d5a7ac76b2eb (patch)
treee4840536f9bf24b5764eb1d81de9cceea8ff67a0 /src/usr
parent0f74368001cc7404034bd9299e7d33583cf83395 (diff)
downloadpfsense-1d653e869b05e015105427516b41d5a7ac76b2eb.zip
pfsense-1d653e869b05e015105427516b41d5a7ac76b2eb.tar.gz
fix typo
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/pkg_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/pkg_edit.php b/src/usr/local/www/pkg_edit.php
index 1299568..c0ef630 100644
--- a/src/usr/local/www/pkg_edit.php
+++ b/src/usr/local/www/pkg_edit.php
@@ -1389,7 +1389,7 @@ foreach ($pkg['fields']['field'] as $pkga) {
$fieldname = $rowhelper['fieldname'];
$fielddescr = $rowhelper['fielddescr'];
- // If input validation failed, read the value from the POST data so that hte user's input is not lost
+ // If input validation failed, read the value from the POST data so that the user's input is not lost
if ($get_from_post && isset($_POST[$fieldname.$rowcounter])) {
$value = $_POST[$fieldname.$rowcounter];
} elseif (isset($id) && $a_pkg[$id]) {
OpenPOWER on IntegriCloud