This commit is contained in:
wmayer 2013-03-27 11:18:44 +01:00
parent a07f64a38a
commit 95e19226c1

View File

@ -977,7 +977,7 @@ static PyObject * makePolygon(PyObject *self, PyObject *args)
}
if (!mkPoly.IsDone())
Standard_Failure::Raise("Cannot create polygon because less than two vetices are given");
Standard_Failure::Raise("Cannot create polygon because less than two vertices are given");
return new TopoShapeWirePy(new TopoShape(mkPoly.Wire()));
}