X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/070a4f2d3a2be8e5c8acf15f509a81d014d18703..88568e48e4bacf62a9a7fb70a0df6a54222b89fc:/wxPython/demo/Cursor.py diff --git a/wxPython/demo/Cursor.py b/wxPython/demo/Cursor.py index 17b4d86336..d5cea526f7 100644 --- a/wxPython/demo/Cursor.py +++ b/wxPython/demo/Cursor.py @@ -56,7 +56,7 @@ class TestPanel(wx.Panel): self.tx = wx.StaticText(self, -1, "This sample allows you to see all the stock cursors \n" "available to wxPython. Simply select a name from the \n" - "wx.Choice and then move the mouse into the dineo below \n" + "wx.Choice and then move the mouse into the window below \n" "to see the cursor. NOTE: not all stock cursors have a \n" "specific representaion on all platforms.")