From fa6416df7f26f0b57afa4f7cbde75dd5d5dcbf27 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Sun, 10 Apr 2005 14:49:02 +0000 Subject: [PATCH] Correct harmless typos. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/setup0.h | 2 +- src/common/appcmn.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 3a37146aa0..e499509622 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -269,7 +269,7 @@ // 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 // ---------------------------------------------------------------------------- diff --git a/src/common/appcmn.cpp b/src/common/appcmn.cpp index d4bc4cfe56..1355d5ee28 100644 --- a/src/common/appcmn.cpp +++ b/src/common/appcmn.cpp @@ -478,7 +478,7 @@ wxLog *wxGUIAppTraitsBase::CreateLogTarget() #if wxUSE_LOGGUI return new wxLogGui; #else - // wem ust have something! + // we must have something! return new wxLogStderr; #endif } -- 2.50.0