summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/jquery/pfSense.js
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-10-23 17:34:53 +0545
committerPhil Davis <phil.davis@inf.org>2015-10-23 17:34:53 +0545
commit2d911f2c0f4c11d1269e8943ce40228a6252ff5e (patch)
tree2d7ba6489baf290fe25fd914689ce538594716c1 /src/usr/local/www/jquery/pfSense.js
parent50e6c063e6ec148917ff0bcb0bce8b0a08df5792 (diff)
downloadpfsense-2d911f2c0f4c11d1269e8943ce40228a6252ff5e.zip
pfsense-2d911f2c0f4c11d1269e8943ce40228a6252ff5e.tar.gz
Random comment typos like hte
Diffstat (limited to 'src/usr/local/www/jquery/pfSense.js')
-rw-r--r--src/usr/local/www/jquery/pfSense.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/jquery/pfSense.js b/src/usr/local/www/jquery/pfSense.js
index a82e6b1..1e74d63 100644
--- a/src/usr/local/www/jquery/pfSense.js
+++ b/src/usr/local/www/jquery/pfSense.js
@@ -93,7 +93,7 @@ $(function() {
});
})();
- // Automatically change IpAddress mask selectors to 128/32 options for IPv6/IPvd addresses
+ // Automatically change IpAddress mask selectors to 128/32 options for IPv6/IPv4 addresses
$('span.pfIpMask + select').each(function (idx, select){
var input = $(select).prevAll('input[type=text]');
@@ -156,7 +156,7 @@ $(function() {
// The need to NOT hide the advanced options if the elements therein are not set to the system
// default values makes it better to handle advanced option hiding in each PHP file so this is being
- // disabled for now changing hte class name it acts on to "auto-advanced"
+ // disabled for now by changing the class name it acts on to "auto-advanced"
// Hide advanced inputs by default
if ($('.auto-advanced').length > 0)
OpenPOWER on IntegriCloud