mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Fix typos discovered by codespell
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user