From 5507ad4df745ea09b44202ae733fdd7bf49dc2e3 Mon Sep 17 00:00:00 2001 From: jules Date: Wed, 25 Nov 2015 09:36:09 +0000 Subject: [PATCH] Documentation: minor typo fix --- .../marketplace/juce_KeyFileGeneration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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