From a575ff294c4a1b325798b82f1a768edfab493c74 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Wed, 17 Nov 2021 17:45:12 +0100 Subject: [PATCH] fix typo --- src/caosdb/status_code_description.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/caosdb/status_code_description.cpp b/src/caosdb/status_code_description.cpp index a18c3fb..d1f6512 100644 --- a/src/caosdb/status_code_description.cpp +++ b/src/caosdb/status_code_description.cpp @@ -132,7 +132,7 @@ auto get_status_description(int code) -> const std::string & { {StatusCode::CONFIGURATION_ERROR, "An error occurred during the configuration of the ConfigurationManager."}, {StatusCode::CONNECTION_CONFIGURATION_ERROR, - "Wither there is no connection of the given name or the given connection has a faulty " + "Either there is no connection of the given name or the given connection has a faulty " "configuration"}, {StatusCode::TRANSACTION_STATUS_ERROR, "The Transaction is in a wrong state for the attempted action."}, -- GitLab