]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/wxPython.tex
made wxLocale::GetSystemLanguage and wxLocale::AddLanguage static;
[wxWidgets.git] / docs / latex / wx / wxPython.tex
index 9a725ee0be05f91f47da8842fc9d665c5786d9b7..84c2a75c3d285d5439feab38f105eb526a5b128e 100644 (file)
@@ -35,7 +35,7 @@ wxPython is a Python package that can be imported at runtime that
 includes a collection of Python modules and an extension module
 (native code). It provides a series of Python classes that mirror (or
 shadow) many of the wxWindows GUI classes. This extension module
-attempts to mirror the class heirarchy of wxWindows as closely as
+attempts to mirror the class hierarchy of wxWindows as closely as
 possible. This means that there is a wxFrame class in wxPython that
 looks, smells, tastes and acts almost the same as the wxFrame class in
 the C++ version.