]> git.saurik.com Git - wxWidgets.git/commitdiff
fix typo in wxClient::MakeConnection() docs (closes #10841)
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 2 Jul 2009 22:29:43 +0000 (22:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 2 Jul 2009 22:29:43 +0000 (22:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/ipc.h

index 114c6e8edaf43b5ff514d89856b9f4f18c0e97cb..b2dd4a287ae388399ac8d11659f46ca94ba8c68d 100644 (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!
     */