From 8679b7402e927c9fc7db195314a207e1ef9f83c5 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Mon, 12 Jun 2017 11:08:43 +0200 Subject: Comment typo/whitespace fix --- src/usr/local/www/pkg_edit.php | 4 ++-- 1 file 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); } -- cgit v1.1