summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-06-12 11:08:43 +0200
committerGitHub <noreply@github.com>2017-06-12 11:08:43 +0200
commit8679b7402e927c9fc7db195314a207e1ef9f83c5 (patch)
tree31d71299de7ad4d7708291756a6ba29970bb9406 /src
parentaa8b282d686fbbc529f757e6fd05c596e487ee19 (diff)
downloadpfsense-8679b7402e927c9fc7db195314a207e1ef9f83c5.zip
pfsense-8679b7402e927c9fc7db195314a207e1ef9f83c5.tar.gz
Comment typo/whitespace fix
Diffstat (limited to 'src')
-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