From e8a985c91b3b535e461af15a98a3b011c1b3124b Mon Sep 17 00:00:00 2001 From: Unick Soft Date: Thu, 30 May 2019 21:43:53 +0200 Subject: [PATCH] Fix typo --- script/plugins/MinimumSpanningTree.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/plugins/MinimumSpanningTree.js b/script/plugins/MinimumSpanningTree.js index f692022..109d8d9 100644 --- a/script/plugins/MinimumSpanningTree.js +++ b/script/plugins/MinimumSpanningTree.js @@ -27,7 +27,7 @@ MinimumSpanningTree.prototype.getMessage = function(local) { if (!this.isNotConneted ) { - return local == "ru" ? "Вес минимального оставного дерева равнен " + this.MST : "Weight of minimum spanning tree is " + this.MST; + return local == "ru" ? "Вес минимального оставного дерева равен " + this.MST : "Weight of minimum spanning tree is " + this.MST; } else {