From cc83c8d0ddb945acf5e9d10bc504d363ad4de1fc Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 15 Jul 2019 16:41:03 +0100 Subject: [PATCH] Minor documentation fix --- modules/juce_events/interprocess/juce_InterprocessConnection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_events/interprocess/juce_InterprocessConnection.h b/modules/juce_events/interprocess/juce_InterprocessConnection.h index 628c0f395e..ea84e7d537 100644 --- a/modules/juce_events/interprocess/juce_InterprocessConnection.h +++ b/modules/juce_events/interprocess/juce_InterprocessConnection.h @@ -113,7 +113,7 @@ public: to the pipe, or -1 for an infinite timeout @param mustNotExist if set to true, the method will fail if the pipe already exists @returns true if the pipe was created, or false if it fails (e.g. if another process is - already using using the pipe) + already using the pipe) */ bool createPipe (const String& pipeName, int pipeReceiveMessageTimeoutMs, bool mustNotExist = false);