aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorstein Husebø <torstein@huseboe.net>2017-10-03 14:44:43 +0200
committerTorstein Husebø <torstein@huseboe.net>2017-10-03 14:44:43 +0200
commitde4305f397652d6e2d0e0429574fd05ae4855d4f (patch)
tree39b1fd79226a9dbe651fc376dc826b6dda198796
parentbe1aa154d5ca81b2cfd730245f90c9d50aba74e3 (diff)
treewide: remove typos
-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";