diff --git a/Tools/autotest/vehicle_test_suite.py b/Tools/autotest/vehicle_test_suite.py index 7f552590941d7..efedc2b431508 100644 --- a/Tools/autotest/vehicle_test_suite.py +++ b/Tools/autotest/vehicle_test_suite.py @@ -3181,7 +3181,7 @@ def LoggerDocumentation(self): # "name" was found in the XML, so was found in an # @LoggerMessage markup line, but was *NOT* found # in our bodgy parsing of the C++ code (in a - # Log_Write call or in the static structures + # Log_Write call or in the static structures) raise NotAchievedException("documented field %s.%s not found in code" % (name, label)) if len(missing) > 0: