diff options
author | manuroe <manu@matrix.org> | 2018-06-25 17:57:51 +0200 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2018-06-27 12:26:01 -0400 |
commit | 2e84f7552a47429cb5288f7d1e1c96ba9140df0f (patch) | |
tree | 77e33103a016ea2b5730c871e90850d6f9a3578d /xcode/OLMKit/OLMUtility.h | |
parent | 9d81046f90b4afba7e71b86c564cae07daab61ad (diff) |
Fix obj-c warnings
Diffstat (limited to 'xcode/OLMKit/OLMUtility.h')
-rw-r--r-- | xcode/OLMKit/OLMUtility.h | 2 |
1 files changed, 1 insertions, 1 deletions
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". |