From: Vadim Zeitlin Date: Thu, 2 Jul 2009 22:29:43 +0000 (+0000) Subject: fix typo in wxClient::MakeConnection() docs (closes #10841) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3814f667a0d446ca0c65d2cdc15e1688106148d7?ds=inline 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 --- diff --git a/interface/wx/ipc.h b/interface/wx/ipc.h index 114c6e8eda..b2dd4a287a 100644 --- a/interface/wx/ipc.h +++ b/interface/wx/ipc.h @@ -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! */