Merge pull request #5121 from luzpaz/typos

Fix various typos
This commit is contained in:
Chris Hennes
2021-10-20 18:09:22 -05:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -354,7 +354,7 @@ def removeInterVertices(wire):
def cleanProjection(shape, tessellate=True, seglength=0.05):
"""Return a compound of edges, optionally tesselate ellipses, splines
"""Return a compound of edges, optionally tessellate ellipses, splines
and bezcurves.
The function was formerly used to workaround bugs in the projection

View File

@@ -7137,7 +7137,7 @@ bool CmdSketcherConstrainSnellsLaw::isActive(void)
DEF_STD_CMD_A(CmdSketcherConstrainInternalAlignment)
// NOTE: This command is deprecated. Nobody seriously uses today manual creation of an internal alignment constraint
// The only reason this code remains is the extremelly unlikely scenario that some user macro may rely on it.
// The only reason this code remains is the extremely unlikely scenario that some user macro may rely on it.
CmdSketcherConstrainInternalAlignment::CmdSketcherConstrainInternalAlignment()
:Command("Sketcher_ConstrainInternalAlignment")
{

View File

@@ -1002,7 +1002,7 @@ void TaskSketcherConstrains::onSelectionChanged(const Gui::SelectionChanges& msg
if(geoid != Sketcher::Constraint::GeoUndef && pointpos == Sketcher::none){
// It is not possible to update on single addition/removal of a geometric element,
// as one removal may imply removing a constraint that should be added by a different element
// that is still selected. The necessary checks outweight a full rebuild of the filter.
// that is still selected. The necessary checks outweigh a full rebuild of the filter.
updateAssociatedConstraintsFilter();
}
}

View File

@@ -176,7 +176,7 @@
recomputeCells(from, to=None)
Manually recompute cells in the given range with the given order without
following depedency order.
following dependency order.
</UserDocu>
</Documentation>
</Methode>