From: Robin Dunn Date: Thu, 18 Dec 2003 00:44:51 +0000 (+0000) Subject: Fixed a very weird typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2fa9ab8174120441e96d8e1031a57fb6ffd34441 Fixed a very weird typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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.")