X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/de20db997ddf7ee903076e72e9918caa2e269c19..c246bd7c41f112a3cdd9523668969ebb250b8cda:/wxPython/demo/wxSashWindow.py?ds=inline

diff --git a/wxPython/demo/wxSashWindow.py b/wxPython/demo/wxSashWindow.py
index 620427eaeb..be6a46d7c5 100644
--- a/wxPython/demo/wxSashWindow.py
+++ b/wxPython/demo/wxSashWindow.py
@@ -15,7 +15,7 @@ class TestSashWindow(wxPanel):
 
         self.log = log
 
-        # will accupy the space not uised by the Layout Algorithm
+        # will occupy the space not used by the Layout Algorithm
         self.remainingSpace = wxPanel(self, -1, style=wxSUNKEN_BORDER)
 
         EVT_SASH_DRAGGED_RANGE(self, self.ID_WINDOW_TOP,