X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7c75283f2144469e8fa6a24ca285b42fab69a6b..b1433926f2b2c6354b358f77de3cad53deadef9b:/wxPython/demo/ActiveX_FlashWindow.py

diff --git a/wxPython/demo/ActiveX_FlashWindow.py b/wxPython/demo/ActiveX_FlashWindow.py
index f0cf3db966..14946614e5 100644
--- a/wxPython/demo/ActiveX_FlashWindow.py
+++ b/wxPython/demo/ActiveX_FlashWindow.py
@@ -29,7 +29,7 @@ class TestPanel(wx.Panel):
         self.Bind(wx.EVT_BUTTON, self.OnOpenURLButton, btn)
         btnSizer.Add(btn, proportion=1, flag=wx.EXPAND|wx.ALL, border=5)
 
-         btnSizer.Add((50,-1), proportion=2, flag=wx.EXPAND)
+        btnSizer.Add((50,-1), proportion=2, flag=wx.EXPAND)
         sizer.Add(btnSizer, proportion=0, flag=wx.EXPAND)
 
         self.SetSizer(sizer)
@@ -74,8 +74,9 @@ def runTest(frame, nb, log):
         dlg.Destroy()
 
 
-overview = """\<html><body>
-<h2>wx.lib.pdfwin.FlashWindow</h2>
+overview = """\
+<html><body>
+<h2>wx.lib.flashwin.FlashWindow</h2>
 
 The wx.lib.pdfwin.FlashWindow class is yet another example of using
 ActiveX controls from wxPython using the new wx.activex module.  This
@@ -87,7 +88,7 @@ ActiveX control in a very intuitive way.
 the win32all extensions, and is more "wx\'ish", meaning that it uses
 events and etc. as would be expected from any other wx window.
 
-<p> This demo embeds the Shackwave Flash control, and lets you play a game.
+<p> This demo embeds the Shockwave Flash control, and lets you play a game.
 
 </body></html>
 """