]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed typo (no code changes)
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Mon, 5 Jul 2004 12:46:20 +0000 (12:46 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Mon, 5 Jul 2004 12:46:20 +0000 (12:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/utilsunx.cpp

index 64373c1e62e9370633aaf69c18f74e7a38beb054..9d7034dda63c34ab5922fe7a5c1cec3f1c246152 100644 (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);