No real changes, just fixed a couple of typos in comments, fixes #16726.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78271 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2014-12-14 11:12:31 +00:00
parent 11cbe6ef70
commit 99d08bcc4b
10 changed files with 14 additions and 14 deletions

View File

@@ -312,7 +312,7 @@ protected:
virtual ExitCode Entry();
// wait for events to occur, read them and send to interested parties
// returns false it empty status was read, which means we whould exit
// returns false it empty status was read, which means we would exit
// true otherwise
bool ReadEvents();