1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00

Fixed a typo in a comment

This commit is contained in:
jules 2016-02-17 14:42:15 +00:00
parent 3fdf969ea2
commit eca3a5b232

View file

@ -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.