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

@@ -232,7 +232,7 @@ class DragCanvas(wx.ScrolledWindow):
self.dragImage.Show()
# if we have shape and image then move it, posibly highlighting another shape.
# if we have shape and image then move it, possibly highlighting another shape.
elif self.dragShape and self.dragImage:
onShape = self.FindShape(evt.GetPosition())
unhiliteOld = False