From 61dbcbe31d7cbba851edb9aebf39d9e6708e4daf Mon Sep 17 00:00:00 2001 From: jules Date: Fri, 3 Oct 2008 14:48:46 +0000 Subject: [PATCH] --- src/juce_core/io/network/juce_URL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/juce_core/io/network/juce_URL.h b/src/juce_core/io/network/juce_URL.h index ddc41a3bea..2870ce8f40 100644 --- a/src/juce_core/io/network/juce_URL.h +++ b/src/juce_core/io/network/juce_URL.h @@ -163,7 +163,7 @@ public: are used for the request. It must therefore be a valid set of HTML header directives, separated by newlines. @param connectionTimeOutMs if 0, this will use whatever default setting the OS chooses. If - a negative number, it will be infinite. Otherwise it specifies a + a negative number, it will be infinite. Otherwise it specifies a time in milliseconds. */ InputStream* createInputStream (const bool usePostCommand,