From cd2f7d6ffbbcb5590c755a98d6830b8b8f82de7a Mon Sep 17 00:00:00 2001 From: jules Date: Sun, 22 Feb 2015 19:46:45 +0000 Subject: [PATCH] Fixed typo in comment --- modules/juce_cryptography/hashing/juce_Whirlpool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_cryptography/hashing/juce_Whirlpool.h b/modules/juce_cryptography/hashing/juce_Whirlpool.h index 430df5b6a3..5c193ed627 100644 --- a/modules/juce_cryptography/hashing/juce_Whirlpool.h +++ b/modules/juce_cryptography/hashing/juce_Whirlpool.h @@ -110,4 +110,4 @@ private: }; -#endif // JUCE_MD5_H_INCLUDED +#endif // JUCE_WHIRLPOOL_H_INCLUDED