Fix lots of misspelled words

This commit is contained in:
Robin Dunn
2020-07-14 11:38:32 -07:00
parent bd6733afa2
commit 92f8cd2d55
46 changed files with 118 additions and 118 deletions

View File

@@ -160,7 +160,7 @@ class DrawFrame(wx.Frame):
if self.MoveTri is not None:
dxy = event.GetPosition() - self.StartPoint
dxy = self.Canvas.ScalePixelToWorld(dxy)
self.MovingTri.Move(dxy) ## The Move function has jsut been added
self.MovingTri.Move(dxy) ## The Move function has just been added
## to the FloatCanvas PointsObject
## It does the next three lines for you.
#self.Tri.Points += dxy