Fix various typos

Found via codespell
This commit is contained in:
Luz Paz
2025-07-04 14:47:55 -04:00
committed by Max Wilfinger
parent 927d302401
commit f72397ce19
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -99,7 +99,7 @@
<widget class="QComboBox" name="comboBoxCont">
<item>
<property name="text">
<string>Do not change continous mode</string>
<string>Do not change continuous mode</string>
</property>
</item>

View File

@@ -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";