From de4305f397652d6e2d0e0429574fd05ae4855d4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torstein=20Huseb=C3=B8?= Date: Tue, 3 Oct 2017 14:44:43 +0200 Subject: treewide: remove typos --- README.rst | 2 +- web/js/nms-map-handlers.js | 2 +- 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"; -- cgit v1.2.3