diff --git a/src/asammdf/blocks/v4_blocks.py b/src/asammdf/blocks/v4_blocks.py index e1539a7fc..d3675f0ab 100644 --- a/src/asammdf/blocks/v4_blocks.py +++ b/src/asammdf/blocks/v4_blocks.py @@ -5678,7 +5678,7 @@ def parse_common_properties(root): self._common_properties = parse_common_properties(common_properties) for element in comment_xml: - if element.tag not in ("TX", "commond_properties"): + if element.tag not in ("TX", "common_properties"): self._other_elements.append(element) else: