From 4a8c3654479776ca3d05a35f58631dde2b293fbe Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Wed, 10 Nov 2021 17:25:37 +0100 Subject: [PATCH] typo --- slsDetectorSoftware/src/Module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorSoftware/src/Module.cpp b/slsDetectorSoftware/src/Module.cpp index c2c17a8e9..1a1fe7119 100644 --- a/slsDetectorSoftware/src/Module.cpp +++ b/slsDetectorSoftware/src/Module.cpp @@ -2538,7 +2538,7 @@ void Module::updateDetectorServer(std::vector buffer, "Update Detector Server (no tftp)", serverName); break; default: - throw RuntimeError("Updating Kernel via the package is not implemented " + throw RuntimeError("Updating DetectorServer via the package is not implemented " "for this detector"); } }