]> git.saurik.com Git - wxWidgets.git/commitdiff
Correct harmless typos.
authorMattia Barbon <mbarbon@cpan.org>
Sun, 10 Apr 2005 14:49:02 +0000 (14:49 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sun, 10 Apr 2005 14:49:02 +0000 (14:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/setup0.h
src/common/appcmn.cpp

index 3a37146aa05a1fbd7016c659f6861c0608112eef..e49950962258dbd5f1ad5300b895b4f528a73414 100644 (file)
 // Use standard C++ streams if 1. If 0, use wxWin streams implementation only.
 #define wxUSE_STD_IOSTREAM  0
 
-// Enable converion to  standard C++ string if 1.
+// Enable conversion to  standard C++ string if 1.
 #define wxUSE_STD_STRING  0
 
 // ----------------------------------------------------------------------------
index d4bc4cfe56a2734a2515e3cf391745894f0c9d6c..1355d5ee284f3d06d0b70d7d314c482fe71d32b9 100644 (file)
@@ -478,7 +478,7 @@ wxLog *wxGUIAppTraitsBase::CreateLogTarget()
 #if wxUSE_LOGGUI
     return new wxLogGui;
 #else
-    // weust have something!
+    // we must have something!
     return new wxLogStderr;
 #endif
 }