]> git.saurik.com Git - wxWidgets.git/commitdiff
Typo fix in comment
authorMart Raudsepp <leio@gentoo.org>
Sun, 13 Nov 2005 19:51:45 +0000 (19:51 +0000)
committerMart Raudsepp <leio@gentoo.org>
Sun, 13 Nov 2005 19:51:45 +0000 (19:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/wincmn.cpp

index 1222e79ce32bf488de693e382928bde7ec455b8e..2bb9398f7cda86020f6e0b34cb2321e0e2f2d581 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>