fixed typo (no code changes)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Dimitri Schoolwerth
2004-07-05 12:46:20 +00:00
parent f43bb7e246
commit 1012c2ceb6

View File

@@ -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);