Fix various typos
Found via codespell
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user