summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_ntpd.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/status_ntpd.php')
-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