]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/window.h
Fix a number of mingw compile errors.
[wxWidgets.git] / include / wx / gtk1 / window.h
index cb492cae044333174e16b768789ab1daa780f68c..8d37e571486dcaab71fd0c2e5aaa508842fe6066 100644 (file)
@@ -155,7 +155,7 @@ public:
     void GtkUpdateScrollbar(int orient);
 
     // Called from GTK signal handlers. it indicates that
-    // the layouting functions have to be called later on
+    // the layout functions have to be called later on
     // (i.e. in idle time, implemented in OnInternalIdle() ).
     void GtkUpdateSize() { m_sizeSet = false; }