From e0b26592c7302a8f381d50235594d92239341823 Mon Sep 17 00:00:00 2001 From: plc-user <74435298+plc-user@users.noreply.github.com> Date: Fri, 28 Feb 2025 20:36:38 +0100 Subject: [PATCH] fix typos --- sources/elementspanelwidget.cpp | 2 +- sources/qetgraphicsitem/terminal.cpp | 2 +- sources/titleblock/templatecommands.cpp | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sources/elementspanelwidget.cpp b/sources/elementspanelwidget.cpp index 16d95b4f4..8dd782d35 100644 --- a/sources/elementspanelwidget.cpp +++ b/sources/elementspanelwidget.cpp @@ -180,7 +180,7 @@ void ElementsPanelWidget::reloadAndFilter() } /** - * Emit the requestForProject signal with te selected project + * Emit the requestForProject signal with the selected project */ void ElementsPanelWidget::activateProject() { diff --git a/sources/qetgraphicsitem/terminal.cpp b/sources/qetgraphicsitem/terminal.cpp index 205f6b33d..b73fe47d7 100644 --- a/sources/qetgraphicsitem/terminal.cpp +++ b/sources/qetgraphicsitem/terminal.cpp @@ -314,7 +314,7 @@ QLineF Terminal::HelpLine() const QLineF line(scene_dock , QPointF()); - //Set te second point of line to the edge of diagram, + //Set the second point of line to the edge of diagram, //according with the orientation of this terminal switch (orientation()) { diff --git a/sources/titleblock/templatecommands.cpp b/sources/titleblock/templatecommands.cpp index 3629d61f3..302153b54 100644 --- a/sources/titleblock/templatecommands.cpp +++ b/sources/titleblock/templatecommands.cpp @@ -1083,7 +1083,7 @@ void PasteTemplateCellsCommand::redo() } /** - @param cell Pointer to the cell impacted by te paste operation + @param cell Pointer to the cell impacted by the paste operation @param new_cell_content Content pasted to the cell */ void PasteTemplateCellsCommand::addPastedCell(TitleBlockCell *cell, const TitleBlockCell &new_cell_content) { @@ -1091,7 +1091,7 @@ void PasteTemplateCellsCommand::addPastedCell(TitleBlockCell *cell, const TitleB } /** - @param cell Pointer to the cell impacted by te paste operation + @param cell Pointer to the cell impacted by the paste operation @param former_cell_content Content of the cell before the paste operation */ void PasteTemplateCellsCommand::addErasedCell(TitleBlockCell *cell, const TitleBlockCell &former_cell_content) {