From 2e84f7552a47429cb5288f7d1e1c96ba9140df0f Mon Sep 17 00:00:00 2001 From: manuroe Date: Mon, 25 Jun 2018 17:57:51 +0200 Subject: Fix obj-c warnings --- xcode/OLMKit/OLMUtility.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xcode/OLMKit/OLMUtility.h') diff --git a/xcode/OLMKit/OLMUtility.h b/xcode/OLMKit/OLMUtility.h index 22e9724..3041da9 100644 --- a/xcode/OLMKit/OLMUtility.h +++ b/xcode/OLMKit/OLMUtility.h @@ -36,7 +36,7 @@ FOUNDATION_EXPORT NSString *const OLMErrorDomain; @param signature the base64-encoded signature to be checked. @param key the ed25519 key. @param message the message which was signed. - @param the result error if there is a problem with the verification. + @param error if there is a problem with the verification. If the key was too small then the message will be "OLM.INVALID_BASE64". If the signature was invalid then the message will be "OLM.BAD_MESSAGE_MAC". -- cgit v1.2.3