summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www')
-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