diff --git a/etg/graphics.py b/etg/graphics.py index e117e0e2..0bc505b1 100644 --- a/etg/graphics.py +++ b/etg/graphics.py @@ -165,7 +165,7 @@ def run(): m = c.find('StrokeLines').findOverload('points').ignore() c.addCppMethod('void', 'StrokeLines', '(PyObject* points)', pyArgsString="(point2Ds)", - doc="Stroke lines conencting all the points.", + doc="Stroke lines connecting all the points.", body="""\ size_t count; wxPoint2D* ptsArray = wxPoint2D_array_helper(points, &count);