X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5276b0a53cef4815230e39b54d2ecda14f72cbd1..7198c3368055d88249a338eb33b21f051f674806:/src/mgl/app.cpp?ds=sidebyside diff --git a/src/mgl/app.cpp b/src/mgl/app.cpp index a62f4ac677..753d2df7f6 100644 --- a/src/mgl/app.cpp +++ b/src/mgl/app.cpp @@ -197,7 +197,7 @@ bool wxApp::OnInitGui() if ( !wxAppBase::OnInitGui() ) return false; - // MGL redirects stdout and stderr to physical console, so lets redirect + // MGL redirects stdout and stderr to physical console, so let's redirect // it to file if WXSTDERR environment variable is set to be able to see // wxLogDebug() output wxString redirect;