]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/sockmsw.cpp
Ensure there is valid context for DrawRectangle
[wxWidgets.git] / src / msw / sockmsw.cpp
index ae92c8873bba16ef218744da74f54560671b8101..57f6b9119964d3d42426ddadd617791f2e9b14bd 100644 (file)
@@ -120,7 +120,7 @@ typedef struct thread_data{
 #ifdef __WXWINCE__
 /* This thread handles socket events on WinCE using WSAEventSelect() as
  * WSAAsyncSelect is not supported. When an event occurs for the socket, it is
- * checked what kind of event happend and the correct message gets posted so
+ * checked what kind of event happened and the correct message gets posted so
  * that the hidden window can handle it as it would in other MSW builds.
 */
 DWORD WINAPI SocketThread(LPVOID data)