From 6d7054fa520ca07f4c57f26fbd5b65a4a17a7277 Mon Sep 17 00:00:00 2001 From: attila Date: Tue, 19 Dec 2023 20:16:57 +0100 Subject: [PATCH] Docs: Fix a typo --- 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 e8ee95ac8c..e24dc74909 100644 --- a/modules/juce_core/files/juce_File.h +++ b/modules/juce_core/files/juce_File.h @@ -1060,7 +1060,7 @@ public: bool isSymbolicLink() const; /** If this file is a link or alias, this returns the file that it points to. - If the file isn't actually link, it'll just return itself. + If the file isn't actually a link, it'll just return itself. */ File getLinkedTarget() const;