diff --git a/projects/etos_suite_runner/src/etos_suite_runner/lib/esr_parameters.py b/projects/etos_suite_runner/src/etos_suite_runner/lib/esr_parameters.py index e812eac..7d6f345 100644 --- a/projects/etos_suite_runner/src/etos_suite_runner/lib/esr_parameters.py +++ b/projects/etos_suite_runner/src/etos_suite_runner/lib/esr_parameters.py @@ -61,7 +61,7 @@ def get_status(self) -> dict: @property def etos_controller(self) -> bool: - """Whether or not the suite runneris running as a part of the ETOS controller.""" + """Whether or not the suite runner is running as a part of the ETOS controller.""" return os.getenv("IDENTIFIER") is not None def _get_id(