diff --git a/src/usr/local/www/pkg_edit.php b/src/usr/local/www/pkg_edit.php index fc5f8cecb8..69b4053e8e 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); }