Correct harmless typos.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2005-04-10 14:49:02 +00:00
parent 23e42d9d07
commit fa6416df7f
2 changed files with 2 additions and 2 deletions

View File

@@ -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
}