]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/wincmn.cpp
Build and run ::wxGetUserName() silently with unusual configs.
[wxWidgets.git] / src / common / wincmn.cpp
index 1222e79ce32bf488de693e382928bde7ec455b8e..763d5206d6fc5e84862e461421cf5721eb4346ab 100644 (file)
@@ -83,7 +83,7 @@
 #endif
 
 // For reporting compile- and runtime version of GTK+ in the ctrl+alt+mclick dialog.
-// The gtk includes donn't pull any other header in, at least not on my system - MR
+// The gtk includes don't pull any other headers in, at least not on my system - MR
 #ifdef __WXGTK__
     #ifdef __WXGTK20__
         #include <gtk/gtkversion.h>
@@ -2365,7 +2365,7 @@ wxAccessible* wxWindowBase::CreateAccessible()
 #if wxUSE_STL
 
 #include "wx/listimpl.cpp"
-WX_DEFINE_LIST(wxWindowList);
+WX_DEFINE_LIST(wxWindowList)
 
 #else
 
@@ -2520,7 +2520,7 @@ bool wxWindowBase::TryValidator(wxEvent& wxVALIDATOR_PARAM(event))
 
 bool wxWindowBase::TryParent(wxEvent& event)
 {
-    // carry on up the parent-child hierarchy if the propgation count hasn't
+    // carry on up the parent-child hierarchy if the propagation count hasn't
     // reached zero yet
     if ( event.ShouldPropagate() )
     {