summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/local/www/pkg_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/pkg_edit.php b/src/usr/local/www/pkg_edit.php
index fc5f8ce..69b4053 100644
--- a/src/usr/local/www/pkg_edit.php
+++ b/src/usr/local/www/pkg_edit.php
@@ -212,7 +212,7 @@ if ($_POST) {
}
}
- /* If the user supplied an ID and it eixsts, or if id=0
+ /* If the user supplied an ID and it exists, or if id=0
* and the settings are invalid, overwrite.
* See https://redmine.pfsense.org/issues/7624
*/
@@ -687,7 +687,7 @@ foreach ($pkg['fields']['field'] as $pkga) {
));
$advfield_count++;
- } else {
+ } else {
if (isset($section)) {
$form->add($section);
}
OpenPOWER on IntegriCloud