Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Mar 11, 2024
1 parent 02ee63c commit ad1bc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asammdf/blocks/v4_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ad1bc6d

Please sign in to comment.