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

@@ -204,7 +204,7 @@ QVector<TerminalElement *> ElementProvider::freeTerminal() const
for (const auto element : elmt_list)
{
if (element->elementData().m_type == ElementData::Terminale)
if (element->elementData().m_type == ElementData::Terminal)
{
const auto te{static_cast<TerminalElement *>(element)};
if (!te->parentTerminalStrip()) {