From 844fda7939053bab5fc5692be83bf4a351313792 Mon Sep 17 00:00:00 2001 From: jules Date: Mon, 27 Jan 2014 20:12:39 +0000 Subject: [PATCH] Spelling fix. --- modules/juce_core/files/juce_DirectoryIterator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_core/files/juce_DirectoryIterator.h b/modules/juce_core/files/juce_DirectoryIterator.h index b297c5ebcc..2f624b3853 100644 --- a/modules/juce_core/files/juce_DirectoryIterator.h +++ b/modules/juce_core/files/juce_DirectoryIterator.h @@ -32,7 +32,7 @@ //============================================================================== /** - Searches through a the files in a directory, returning each file that is found. + Searches through the files in a directory, returning each file that is found. A DirectoryIterator will search through a directory and its subdirectories using a wildcard filepattern match.