From eca3a5b2325e9232a2f2047d5392aa0c2ffc6a67 Mon Sep 17 00:00:00 2001 From: jules Date: Wed, 17 Feb 2016 14:42:15 +0000 Subject: [PATCH] Fixed a typo in a comment --- modules/juce_core/files/juce_File.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_core/files/juce_File.h b/modules/juce_core/files/juce_File.h index 8e729a5ce2..9848c13dad 100644 --- a/modules/juce_core/files/juce_File.h +++ b/modules/juce_core/files/juce_File.h @@ -48,7 +48,7 @@ public: //============================================================================== /** Creates an (invalid) file object. - The file is initially set to an empty path, so getFullPath() will return + The file is initially set to an empty path, so getFullPathName() will return an empty string, and comparing the file to File::nonexistent will return true.