summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound_acls.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-09-01 12:56:48 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-09-01 13:25:47 -0400
commit7ce3df0c8d1b789cc85de7f712d1ac51d4645fe5 (patch)
tree1ff9089a1592f23f3fde90adbdbb7109bf7660f9 /src/usr/local/www/services_unbound_acls.php
parentfc178a65b8ca088257ea809bbcff6901cbd70312 (diff)
downloadpfsense-7ce3df0c8d1b789cc85de7f712d1ac51d4645fe5.zip
pfsense-7ce3df0c8d1b789cc85de7f712d1ac51d4645fe5.tar.gz
Comment typos
Diffstat (limited to 'src/usr/local/www/services_unbound_acls.php')
-rw-r--r--src/usr/local/www/services_unbound_acls.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_unbound_acls.php b/src/usr/local/www/services_unbound_acls.php
index 249843d..82fd30e 100644
--- a/src/usr/local/www/services_unbound_acls.php
+++ b/src/usr/local/www/services_unbound_acls.php
@@ -403,7 +403,7 @@ events.push(function(){
return newStr || str;
}
- // Called after a delete so that there are no gaps in the numbering. Most of hte time the config system doesn't care about
+ // Called after a delete so that there are no gaps in the numbering. Most of the time the config system doesn't care about
// gaps, but I do :)
function renumber() {
var idx = 0;
@@ -479,7 +479,7 @@ events.push(function(){
setMasks();
}
- // These are action butons, not submit butons
+ // These are action buttons, not submit buttons
$('[id^=addrow]').prop('type','button');
$('[id^=delete]').prop('type','button');
OpenPOWER on IntegriCloud