From 9872e276a2cbf980b7977035dfb7ba92bad0175a Mon Sep 17 00:00:00 2001 From: Terence Hampson Date: Thu, 2 Feb 2023 15:23:07 -0500 Subject: [PATCH] Follow up typo fix (#24828) --- scripts/py_matter_yamltests/matter_yamltests/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/py_matter_yamltests/matter_yamltests/parser.py b/scripts/py_matter_yamltests/matter_yamltests/parser.py index 9c5b6247380d5f..e60e0acd44bcaf 100644 --- a/scripts/py_matter_yamltests/matter_yamltests/parser.py +++ b/scripts/py_matter_yamltests/matter_yamltests/parser.py @@ -700,7 +700,7 @@ def _response_constraints_validation(self, response, result): response_type_name = self._test.response_mapping.get( expected_name) else: - # We don't have a mapping for this type. This happens for pseduo clusters. + # We don't have a mapping for this type. This happens for pseudo clusters. # If there is a constraint check for the type it is likely an incorrect # constraint check by the test writter. response_type_name = None