From 9f6cb675b0b6e3946c191b919cd11d977e2e4e2e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 29 Sep 2015 17:56:02 +0200 Subject: Fix typos Change-Id: I013414cf10e25acd5216643855aaa230258a1b5f Reviewed-on: https://gerrit.libreoffice.org/18962 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- onlineupdate/source/libmar/verify/cryptox.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'onlineupdate/source/libmar') diff --git a/onlineupdate/source/libmar/verify/cryptox.c b/onlineupdate/source/libmar/verify/cryptox.c index b1859b72c749..1de9891d5011 100644 --- a/onlineupdate/source/libmar/verify/cryptox.c +++ b/onlineupdate/source/libmar/verify/cryptox.c @@ -143,10 +143,10 @@ CyprtoAPI_VerifySignature(HCRYPTHASH *hash, /** * Obtains the public key for the passed in cert data * - * @param provider The cyrto provider - * @param certData Data of the certificate to extract the public key from - * @param sizeOfCertData The size of the certData buffer - * @param certStore Pointer to the handle of the certificate store to use + * @param provider The cryto provider + * @param certData Data of the certificate to extract the public key from + * @param sizeOfCertData The size of the certData buffer + * @param certStore Pointer to the handle of the certificate store to use * @param CryptoX_Success on success */ CryptoX_Result @@ -250,7 +250,7 @@ CryptoAPI_VerifyBegin(HCRYPTPROV provider, HCRYPTHASH* hash) /** * Updates a signature verification hash context * - * @param hash The hash context to udpate + * @param hash The hash context to update * @param buf The buffer to update the hash context with * @param len The size of the passed in buffer * @return CryptoX_Success on success, CryptoX_Error on error. -- cgit