fix typo in enum-entry and comments

This commit is contained in:
plc-user
2025-02-17 09:33:35 +01:00
parent 51225d5f59
commit 67112bf8e5
10 changed files with 25 additions and 25 deletions

View File

@@ -250,7 +250,7 @@ bool TerminalStrip::addTerminal(Element *terminal)
}
}
if (terminal->elementData().m_type != ElementData::Terminale) {
if (terminal->elementData().m_type != ElementData::Terminal) {
return false;
}