| Index: runtime/bin/eventhandler_win.cc
|
| ===================================================================
|
| --- runtime/bin/eventhandler_win.cc (revision 28797)
|
| +++ runtime/bin/eventhandler_win.cc (working copy)
|
| @@ -818,7 +818,7 @@
|
|
|
| Handle::ScopedLock lock(listen_socket);
|
|
|
| - // If incomming connections are requested make sure to post already
|
| + // If incoming connections are requested make sure to post already
|
| // accepted connections.
|
| if ((msg->data & (1 << kInEvent)) != 0) {
|
| if (listen_socket->CanAccept()) {
|
|
|