summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-03-13 17:16:57 +0545
committerGitHub <noreply@github.com>2017-03-13 17:16:57 +0545
commitfcf29c87bbb3dd16bff5f9327b4e8973f79af4d7 (patch)
treefd39495dffe01c4a9bfc50afda8210b9517d5b43
parent2b359eda6d4d6712888a59cb5b01aeee245e34be (diff)
downloadpfsense-fcf29c87bbb3dd16bff5f9327b4e8973f79af4d7.zip
pfsense-fcf29c87bbb3dd16bff5f9327b4e8973f79af4d7.tar.gz
Fix comment typo in firewall_rules.php
while I notice it
-rw-r--r--src/usr/local/www/firewall_rules.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_rules.php b/src/usr/local/www/firewall_rules.php
index aff201a..b6087af 100644
--- a/src/usr/local/www/firewall_rules.php
+++ b/src/usr/local/www/firewall_rules.php
@@ -940,7 +940,7 @@ events.push(function() {
}
});
- // If so, change the icon to show the insetion point
+ // If so, change the icon to show the insertion point
if (ruleselected) {
if (e.shiftKey) {
$(this).removeClass().addClass("fa fa-lg fa-arrow-down text-danger");
OpenPOWER on IntegriCloud