From 0b9295a06a9e9ea355b5b5ab7e9c8dda53f18507 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 16 Jan 2015 02:39:19 +0000 Subject: [PATCH] Fix typo in wxSOCKET_NOWAIT_WRITE description in the manual. Don't contradict ourselves. Closes #16779. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/socket.h b/interface/wx/socket.h index a1b262d1c6..d8109f1c83 100644 --- a/interface/wx/socket.h +++ b/interface/wx/socket.h @@ -606,7 +606,7 @@ enum wxSocketEventFlags flag should not be enabled if WriteMsg() is going to be used (it will be ignored), if you use it then thread safety may be at risk. Note that wxSOCKET_NOWAIT_WRITE impacts only Write operations and does not impact - Write operations, allowing Read and Write operations to be set differently. + Read operations, allowing Read and Write operations to be set differently. If @b wxSOCKET_WAITALL is specified, IO calls won't return until ALL the data has been read or written (or until an error occurs), blocking if