mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
fix typo in enum-entry and comments
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user