aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2019-06-12 16:22:15 -0400
committerHubert Chathi <hubert@uhoreg.ca>2019-06-12 16:22:15 -0400
commit4bb039a98e55297cdaa070ffbb95e004df513ea1 (patch)
tree7ccdf207149a03f0eaa6bc49e461870b016fc7e0 /include
parent3ed150edf7cb1f7b1a7075defbebff489d19337f (diff)
fix another incorrect comment
Diffstat (limited to 'include')
-rw-r--r--include/olm/pk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/olm/pk.h b/include/olm/pk.h
index d41aa72..b51033c 100644
--- a/include/olm/pk.h
+++ b/include/olm/pk.h
@@ -152,7 +152,7 @@ size_t olm_pickle_pk_decryption_length(
/** Stores decryption object as a base64 string. Encrypts the object using the
* supplied key. Returns the length of the pickled object on success.
* Returns olm_error() on failure. If the pickle output buffer
- * is smaller than olm_pickle_account_length() then
+ * is smaller than olm_pickle_decryption_length() then
* olm_pk_decryption_last_error() will be "OUTPUT_BUFFER_TOO_SMALL" */
size_t olm_pickle_pk_decryption(
OlmPkDecryption * decryption,