From a12db728d52a6273480fafd22e24f4725b5fab5c Mon Sep 17 00:00:00 2001 From: jules Date: Sun, 23 Jun 2013 12:04:18 +0100 Subject: [PATCH] Comment fix. --- modules/juce_core/files/juce_File.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/juce_core/files/juce_File.h b/modules/juce_core/files/juce_File.h index 701649418e..86892ec5a4 100644 --- a/modules/juce_core/files/juce_File.h +++ b/modules/juce_core/files/juce_File.h @@ -205,8 +205,7 @@ public: @param extensionToTest the extension to look for - it doesn't matter whether or not this string has a dot at the start, so ".wav" and "wav" - will have the same effect. The comparison used is - case-insensitve. To compare with multiple extensions, this + will have the same effect. To compare with multiple extensions, this parameter can contain multiple strings, separated by semi-colons - so, for example: hasFileExtension (".jpeg;png;gif") would return true if the file has any of those three extensions.