Revert "Spelling fixes in wx.lib"

This reverts commit c00b8950da.
The spelling changes were a bit too aggressive.
This commit is contained in:
Robin Dunn
2020-08-31 13:01:31 -07:00
parent 382a840110
commit 732ff6752b
108 changed files with 359 additions and 359 deletions

View File

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