Fix typos discovered by codespell

This commit is contained in:
Christian Clauss
2021-08-07 18:55:49 +02:00
parent 64e5d863f7
commit 25ba122168
155 changed files with 413 additions and 413 deletions

View File

@@ -1326,7 +1326,7 @@ class GraphicsContext(GraphicsObject):
def CreatePath(self):
"""
Create a new path obejct.
Create a new path object.
"""
return GraphicsPath()
@@ -1754,7 +1754,7 @@ class GraphicsContext(GraphicsObject):
def DrawEllipse(self, x, y, w, h):
"""
Stroke and fill an elipse that fits in the given rectangle,
Stroke and fill an ellipse that fits in the given rectangle,
using the current pen and current brush.
"""
path = GraphicsPath()