From 1f5fcdb72ef50ba3064ecdc61bcf481549a6af2e Mon Sep 17 00:00:00 2001 From: jim-p Date: Mon, 15 Apr 2019 08:05:25 -0400 Subject: [PATCH] Fix typo (cherry picked from commit 929cc874f6d32908739cc30e70c0eeba25127fb8) --- src/etc/inc/copynotice.inc | 2 +- src/usr/local/www/index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/inc/copynotice.inc b/src/etc/inc/copynotice.inc index 74e2e2bb6a..e62713fd77 100644 --- a/src/etc/inc/copynotice.inc +++ b/src/etc/inc/copynotice.inc @@ -31,7 +31,7 @@ ##|-PRIV /* - * This file deisplays the copyright modal when required. (New version installed or completion of hte setup wizard) + * This file deisplays the copyright modal when required. (New version installed or completion of the setup wizard) * The copyright text may have been downloaded from the Netgate server, but if not the default text defined here * is used */ diff --git a/src/usr/local/www/index.php b/src/usr/local/www/index.php index a7b8f19a77..51e9bf70bb 100644 --- a/src/usr/local/www/index.php +++ b/src/usr/local/www/index.php @@ -670,7 +670,7 @@ events.push(function() { // results back to the widget's callback function function executewidget() { if (ajaxspecs.length > 0) { - var freq = ajaxspecs[ajaxidx].freq; // widget can specifify it should be called freq times around hte loop + var freq = ajaxspecs[ajaxidx].freq; // widget can specifify it should be called freq times around the loop if (!ajaxmutex) { if (((ajaxcntr % freq) === 0) && (typeof ajaxspecs[ajaxidx].callback === "function" )) {