From: Dimitri Schoolwerth Date: Mon, 5 Jul 2004 12:46:20 +0000 (+0000) Subject: fixed typo (no code changes) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1012c2ceb610f2ee9339bb95193596038ea5c443 fixed typo (no code changes) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/unix/utilsunx.cpp b/src/unix/utilsunx.cpp index 64373c1e62..9d7034dda6 100644 --- a/src/unix/utilsunx.cpp +++ b/src/unix/utilsunx.cpp @@ -1165,7 +1165,7 @@ int wxGUIAppTraits::WaitForChild(wxExecuteData& execData) } #endif // wxUSE_STREAMS - // don't consume 100% of the CPU while we're sitting this in this + // don't consume 100% of the CPU while we're sitting in this // loop if ( idle ) wxMilliSleep(1);