Browse Source

Fixed a typo in a comment

tags/2021-05-28
jules 9 years ago
parent
commit
eca3a5b232
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_core/files/juce_File.h

+ 1
- 1
modules/juce_core/files/juce_File.h 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.


Loading…
Cancel
Save