X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1fded56b375bf7a4687af1cdb182899614c1b2a8..f048f8290f5388de598e0108aa5b4a01c68269d5:/wxPython/demo/PythonEvents.py

diff --git a/wxPython/demo/PythonEvents.py b/wxPython/demo/PythonEvents.py
index 98301706ff..911f04b4aa 100644
--- a/wxPython/demo/PythonEvents.py
+++ b/wxPython/demo/PythonEvents.py
@@ -77,7 +77,7 @@ def runTest(frame, nb, log):
 
 
 overview = """\
-This demo is a contrived example of defining an event class in wxPython and sending it up the containment heirachy for processing.
+This demo is a contrived example of defining an event class in wxPython and sending it up the containment hierarchy for processing.
 """