Typos: Various workbenches and misc.

[skip ci]
This commit is contained in:
luzpaz
2017-12-24 09:48:11 -05:00
committed by wmayer
parent 178794610d
commit c4dd42de98
55 changed files with 95 additions and 95 deletions

View File

@@ -436,7 +436,7 @@ void SVGOutput::printGeneric(const BRepAdaptor_Curve& c, int id, std::ostream& o
}
out << "\" />" << endl;
} else if (c.GetType() == GeomAbs_Line) {
//BRep_Tool::Polygon3D assumes the edge has polygon representation - ie already been "tesselated"
//BRep_Tool::Polygon3D assumes the edge has polygon representation - ie already been "tessellated"
//this is not true for all edges, especially "floating edges"
double f = c.FirstParameter();
double l = c.LastParameter();