From 9754a8e15ac2c445f200e3bad14beadb71544481 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 7 Apr 2017 12:21:46 -0700 Subject: [PATCH] typo in comment --- demo/Main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/Main.py b/demo/Main.py index 20ffcafb..fc641a02 100644 --- a/demo/Main.py +++ b/demo/Main.py @@ -2676,7 +2676,7 @@ class MyApp(wx.App, wx.lib.mixins.inspection.InspectionMixin): # Create and show the splash screen. It will then create and # show the main frame when it is time to do so. Normally when # using a SplashScreen you would create it, show it and then - # continue on with the applicaiton's initialization, finally + # continue on with the application's initialization, finally # creating and showing the main application window(s). In # this case we have nothing else to do so we'll delay showing # the main frame until later (see ShowMain above) so the users