mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-18 17:49:59 +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