From 3814f667a0d446ca0c65d2cdc15e1688106148d7 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 2 Jul 2009 22:29:43 +0000 Subject: [PATCH] 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 --- interface/wx/ipc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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! */ -- 2.45.2