diff --git a/src/Mod/BIM/ArchRoof.py b/src/Mod/BIM/ArchRoof.py index 6a980aeb23..dc08149802 100644 --- a/src/Mod/BIM/ArchRoof.py +++ b/src/Mod/BIM/ArchRoof.py @@ -784,7 +784,7 @@ class _Roof(ArchComponent.Component): faces.append(f) else: # TODO 2025.6.15: See github issue #21633: Find better way - # to test and maybe to split suface point up and down + # to test and maybe to split surface point up and down # and extrude separately # Not sure if it is pointing towards and/or above horizon diff --git a/src/Mod/Robot/Gui/TaskTrajectoryDressUpParameter.ui b/src/Mod/Robot/Gui/TaskTrajectoryDressUpParameter.ui index 6f025563f8..9365e0c142 100644 --- a/src/Mod/Robot/Gui/TaskTrajectoryDressUpParameter.ui +++ b/src/Mod/Robot/Gui/TaskTrajectoryDressUpParameter.ui @@ -99,7 +99,7 @@ - Do not change continous mode + Do not change continuous mode diff --git a/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp b/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp index fb7564fa73..ee7e9e7ad8 100644 --- a/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp +++ b/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp @@ -1684,7 +1684,7 @@ CmdSketcherSplit::CmdSketcherSplit() sAppModule = "Sketcher"; sGroup = "Sketcher"; sMenuText = QT_TR_NOOP("Split Edge"); - sToolTipText = QT_TR_NOOP("Splits an edge into 2 segements while preserving constraints"); + sToolTipText = QT_TR_NOOP("Splits an edge into 2 segments while preserving constraints"); sWhatsThis = "Sketcher_Split"; sStatusTip = sToolTipText; sPixmap = "Sketcher_Split";