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