From 79900ff73b4de280b12e6914a649833efea3168d Mon Sep 17 00:00:00 2001
From: Kristof Szabados <Kristof.Szabados@ericsson.com>
Date: Mon, 2 Nov 2020 20:40:40 +0100
Subject: [PATCH] fixed typo.

Signed-off-by: Kristof Szabados <Kristof.Szabados@ericsson.com>
---
 mctr2/mctr/MainController.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mctr2/mctr/MainController.cc b/mctr2/mctr/MainController.cc
index 14db39cf0..6e47db106 100644
--- a/mctr2/mctr/MainController.cc
+++ b/mctr2/mctr/MainController.cc
@@ -840,7 +840,7 @@ boolean MainController::check_version(unknown_connection *conn)
       } else module_checksum = NULL;
       if (checksum_length != modules[found_index].checksum_length) {
         send_error(conn->fd, "The checksum of module %s in this ETS "
-          "hass different length (%d) than that of the firstly connected ETS (%d).",
+          "has different length (%d) than that of the firstly connected ETS (%d).",
           module_name, checksum_length, modules[found_index].checksum_length);
         delete [] module_checksum;
         delete [] module_name;
-- 
GitLab