summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-12 19:06:24 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-12 19:07:02 -0400
commit4c84c124f355965174065095970b4c71cae06475 (patch)
tree2b34710ba13aa7c5ac704283ff81b910cbe48d1b /src/usr/local
parentae74c26d191774f7aedc4361f87afaaba1a15aaa (diff)
downloadpfsense-4c84c124f355965174065095970b4c71cae06475.zip
pfsense-4c84c124f355965174065095970b4c71cae06475.tar.gz
Cosmetics
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/status_ntpd.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/status_ntpd.php b/src/usr/local/www/status_ntpd.php
index 66befec..d4be383 100644
--- a/src/usr/local/www/status_ntpd.php
+++ b/src/usr/local/www/status_ntpd.php
@@ -400,11 +400,11 @@ events.push(function() {
ajax_lock = false;
- // Alternate updating the status table and hte gps table (if enabled)
+ // Alternate updating the status table and the gps table (if enabled)
if ((do_gps == "yes") || ("<?=$showgps?>" != 1)) {
do_gps = "no";
} else {
- do_gps = "yes";
+ do_gps = "yes";
}
// and do it again
OpenPOWER on IntegriCloud