Skip to content
Snippets Groups Projects
Verified Commit a575ff29 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

fix typo

parent 53b810af
No related branches found
No related tags found
2 merge requests!33Release 0.1,!30Debug build
Pipeline #16181 passed with warnings
Pipeline: caosdb-cppinttest

#16185

    ......@@ -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."},
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment