From 381874c20a2ab0670ca417db422a1b2a4184deba Mon Sep 17 00:00:00 2001 From: Noah Dayan Date: Mon, 8 Jan 2018 09:17:07 +0000 Subject: [PATCH] Fix typo in juce_TemporaryFile.h --- modules/juce_core/files/juce_TemporaryFile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_core/files/juce_TemporaryFile.h b/modules/juce_core/files/juce_TemporaryFile.h index a781a101b3..831f1a0a34 100644 --- a/modules/juce_core/files/juce_TemporaryFile.h +++ b/modules/juce_core/files/juce_TemporaryFile.h @@ -140,7 +140,7 @@ public: - and that you don't have any streams open to the target file, which would prevent it being overwritten - If the file move succeeds, this returns false, and the temporary file will + If the file move succeeds, this returns true, and the temporary file will have disappeared. If it fails, the temporary file will probably still exist, but will be deleted when this object is destroyed. */