]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/demoMainLoop.py
adjusting to changes in xti.h
[wxWidgets.git] / wxPython / demo / demoMainLoop.py
index 73146d1d7d76170301a7d284e5c1df040c0a7a46..4b21f8f71a986875bd7c3f6fe5811c5ab2556fbc 100755 (executable)
@@ -93,7 +93,7 @@ class MyApp(wx.App):
             while self.Pending():
                 self.Dispatch()
 
-            # Send idle events to idle handlers.  You may want to throtle
+            # Send idle events to idle handlers.  You may want to throttle
             # this back a bit so there is not too much CPU time spent in
             # the idle handlers.  For this example, I'll just snooze a
             # little...