diff --git a/modules/juce_tracktion_marketplace/marketplace/juce_KeyFileGeneration.h b/modules/juce_tracktion_marketplace/marketplace/juce_KeyFileGeneration.h index 7a9911a9c8..aab19a9a6b 100644 --- a/modules/juce_tracktion_marketplace/marketplace/juce_KeyFileGeneration.h +++ b/modules/juce_tracktion_marketplace/marketplace/juce_KeyFileGeneration.h @@ -35,7 +35,7 @@ public: The returned value is a block of text containing an RSA-encoded block, followed by some human-readable details. If you pass this block of text to - OnlineUnlockStatus::applyKeyFile(), it will decrpyt it, and if the + OnlineUnlockStatus::applyKeyFile(), it will decrypt it, and if the key matches and the machine numbers match, it will unlock that machine. Typically the way you'd use this on a server would be to build a small executable