From ac3d4ce36b21fdad8ae4ee88e8a10cb4cccbbe39 Mon Sep 17 00:00:00 2001 From: jules Date: Tue, 2 Jun 2015 12:51:08 +0100 Subject: [PATCH] Fixed a spelling mistake. --- modules/juce_core/text/juce_String.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/juce_core/text/juce_String.h b/modules/juce_core/text/juce_String.h index 8fb209adb6..70a39a874a 100644 --- a/modules/juce_core/text/juce_String.h +++ b/modules/juce_core/text/juce_String.h @@ -89,12 +89,12 @@ public: */ String (const char* text, size_t maxChars); - /** Creates a string from a whcar_t character string. + /** Creates a string from a wchar_t character string. Depending on the platform, this may be treated as either UTF-32 or UTF-16. */ String (const wchar_t* text); - /** Creates a string from a whcar_t character string. + /** Creates a string from a wchar_t character string. Depending on the platform, this may be treated as either UTF-32 or UTF-16. */ String (const wchar_t* text, size_t maxChars);