Misc. typos

Found via `codespell`
This commit is contained in:
luz.paz
2018-04-23 13:21:12 -04:00
committed by Yorik van Havre
parent 8f29943462
commit 9167064fc1
83 changed files with 112 additions and 112 deletions

View File

@@ -208,7 +208,7 @@ App::DocumentObjectExecReturn *Pipe::execute(void)
/*//build the law functions instead
else if(Transformation.getValue() == 2) {
if(ScalingData.getValues().size()<1)
return new App::DocumentObjectExecReturn("No valid data given for liinear scaling mode");
return new App::DocumentObjectExecReturn("No valid data given for linear scaling mode");
Handle(Law_Linear) lin = new Law_Linear();
lin->Set(0,1,1,ScalingData[0].x);

View File

@@ -668,7 +668,7 @@ bool ProfileBased::checkLineCrossesFace(const gp_Lin &line, const TopoDS_Face &f
int intersections = 0;
std::vector<gp_Pnt> intersectionpoints;
// Note: We need to look at evey edge separately to catch coincident lines
// Note: We need to look at every edge separately to catch coincident lines
for (ex.Init(outerWire, TopAbs_EDGE); ex.More(); ex.Next()) {
BRepAdaptor_Curve edge(TopoDS::Edge(ex.Current()));
Extrema_ExtCC intersector(axis, edge);

View File

@@ -3,7 +3,7 @@
# (c) 2010 Werner Mayer LGPL
"""
An example for a high-level cutsom feature object to form a full-parametric distance bolt.
An example for a high-level custom feature object to form a full-parametric distance bolt.
"""
__author__ = "Werner Mayer <wmayer@users.sourceforge.net>"

View File

@@ -3,7 +3,7 @@
# (c) 2011 Werner Mayer LGPL
"""
An example for a high-level cutsom feature object to form a full-parametric parallelepiped.
An example for a high-level custom feature object to form a full-parametric parallelepiped.
"""
__author__ = "Werner Mayer <wmayer@users.sourceforge.net>"

View File

@@ -3,7 +3,7 @@
# (c) 2010 Werner Mayer LGPL
"""
An example for a high-level cutsom feature object to make a so called "radial copy".
An example for a high-level custom feature object to make a so called "radial copy".
"""
__author__ = "Werner Mayer <wmayer@users.sourceforge.net>"