diff options
Diffstat (limited to 'src/common/crypto_rsa.c')
-rw-r--r-- | src/common/crypto_rsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/crypto_rsa.c b/src/common/crypto_rsa.c index df6fd24682..986ccb0ee2 100644 --- a/src/common/crypto_rsa.c +++ b/src/common/crypto_rsa.c @@ -1110,7 +1110,7 @@ crypto_pk_get_common_digests(crypto_pk_t *pk, common_digests_t *digests_out) /** Given a crypto_pk_t <b>pk</b>, allocate a new buffer containing the * Base64 encoding of the DER representation of the private key as a NUL * terminated string, and return it via <b>priv_out</b>. Return 0 on - * sucess, -1 on failure. + * success, -1 on failure. * * It is the caller's responsibility to sanitize and free the resulting buffer. */ |