diff --git a/modules/Simulation/YetiSimulator/util/errors.cpp b/modules/Simulation/YetiSimulator/util/errors.cpp index 9249458de5..19107800d9 100644 --- a/modules/Simulation/YetiSimulator/util/errors.cpp +++ b/modules/Simulation/YetiSimulator/util/errors.cpp @@ -98,7 +98,7 @@ std::tuple> parse_error_type(const std::str if (error_type == "ac_rcd_Selftest") { return {raise, error_definitions::ac_rcd_Selftest}; } - if (error_type == "ac_rc_AC") { + if (error_type == "ac_rcd_AC") { return {raise, error_definitions::ac_rcd_AC}; } if (error_type == "ac_rcd_DC") {