fix typos

This commit is contained in:
plc-user 2025-02-28 20:36:38 +01:00
parent a17ceaba85
commit e0b26592c7
3 changed files with 4 additions and 4 deletions

View File

@ -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()
{

View File

@ -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())
{

View File

@ -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) {