aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.rst2
-rw-r--r--web/js/nms-map-handlers.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 189e66d..68a1f7b 100644
--- a/README.rst
+++ b/README.rst
@@ -95,7 +95,7 @@ Current state
-------------
Gondul is used at The Gathering and Digitality X among other places. It was
-spun off as a separate project form the big "Tech:Server misc tools" git
+spun off as a separate project from the big "Tech:Server misc tools" git
repository in 2015. It was also used extensively at The Gathering 2017.
There is no "release" process for the time being since all development is
diff --git a/web/js/nms-map-handlers.js b/web/js/nms-map-handlers.js
index 03f5c9e..ec6cf07 100644
--- a/web/js/nms-map-handlers.js
+++ b/web/js/nms-map-handlers.js
@@ -808,7 +808,7 @@ function mgmtInfo(sw) {
description: "Distro"
}];
if ((mg.mgmt_v4_addr == undefined || mg.mgmt_v4_addr == "") && (mg.mgmt_v6_addr == undefined || mg.mgmt_v6_addr == "")) {
- ret.why = "No IPv4 or IPv6 mamagement IP";
+ ret.why = "No IPv4 or IPv6 management IP";
ret.score = 1000;
} else if (mg.mgmt_v4_addr == undefined || mg.mgmt_v4_addr == "") {
ret.why = "No IPv4 management IP";