summaryrefslogtreecommitdiffstats
path: root/web/gui/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/gui/main.js')
-rw-r--r--web/gui/main.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/gui/main.js b/web/gui/main.js
index dc9a5f7f0..c646b68c9 100644
--- a/web/gui/main.js
+++ b/web/gui/main.js
@@ -496,7 +496,7 @@ function toggleAgentItem(e, guid) {
}
}
-// When you stream metrics from netdata to netdata, the recieving netdata now
+// When you stream metrics from netdata to netdata, the receiving netdata now
// has multiple host databases. It's own, and multiple mirrored. Mirrored databases
// can be accessed with <http://localhost:19999/host/NAME/>
const OLD_DASHBOARD_SUFFIX = "old"
@@ -2840,7 +2840,7 @@ function initializeDynamicDashboardWithData(data) {
}
}
-// an object to keep initilization configuration
+// an object to keep initialization configuration
// needed due to the async nature of the XSS modal
var initializeConfig = {
url: null,
@@ -4431,7 +4431,7 @@ function runOnceOnDashboardWithjQuery() {
function finalizePage() {
// resize all charts - without starting the background thread
// this has to be done while NETDATA is paused
- // if we ommit this, the affix menu will be wrong, since all
+ // if we omit this, the affix menu will be wrong, since all
// the Dom elements are initially zero-sized
NETDATA.parseDom();