summaryrefslogtreecommitdiff
path: root/onlineupdate/source/libmar
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 17:56:02 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 07:03:18 +0000
commit9f6cb675b0b6e3946c191b919cd11d977e2e4e2e (patch)
tree7f270a4ec34a97c4f5722a33576e4b2e06aa16e7 /onlineupdate/source/libmar
parent0e5318aa75b615b35a3d07172bdeb26eb5acfdd9 (diff)
Fix typos
Change-Id: I013414cf10e25acd5216643855aaa230258a1b5f Reviewed-on: https://gerrit.libreoffice.org/18962 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'onlineupdate/source/libmar')
-rw-r--r--onlineupdate/source/libmar/verify/cryptox.c10
1 files changed, 5 insertions, 5 deletions
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.