fix typo in wxClient::MakeConnection() docs (closes #10841)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2009-07-02 22:29:43 +00:00
parent 3bb3875e13
commit 3814f667a0

View File

@ -279,7 +279,7 @@ public:
exist and will be deleted afterwards) in which case a Unix domain
socket is created.
@note Using Internet domain sockets if extremely insecure for IPC as
@note Using Internet domain sockets is extremely insecure for IPC as
there is absolutely no access control for them, use Unix domain
sockets whenever possible!
*/