summaryrefslogtreecommitdiff
path: root/onlineupdate/source/libmar/verify/cryptox.h
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 15:17:01 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 12:36:37 +0000
commit095438e52ccff8eaf12af6b3e3eb5f8c00792416 (patch)
tree1f9c5ad0e05fa67ff10d970b166ba3641ee60784 /onlineupdate/source/libmar/verify/cryptox.h
parent25e0872da600c65a08c73c335f0e1ef21b2f00f5 (diff)
Fix typos
Change-Id: I14dca0d55c09187690dc1d94936c40b890ca5cea Reviewed-on: https://gerrit.libreoffice.org/35637 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'onlineupdate/source/libmar/verify/cryptox.h')
-rw-r--r--onlineupdate/source/libmar/verify/cryptox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/onlineupdate/source/libmar/verify/cryptox.h b/onlineupdate/source/libmar/verify/cryptox.h
index acecae64ccb0..d08ef159a83c 100644
--- a/onlineupdate/source/libmar/verify/cryptox.h
+++ b/onlineupdate/source/libmar/verify/cryptox.h
@@ -147,7 +147,7 @@ CryptoX_Result CyprtoAPI_VerifySignature(HCRYPTHASH *hash,
/* This default implementation is necessary because we don't want to
* link to NSS from updater code on non Windows platforms. On Windows
- * we use CyrptoAPI instead of NSS. We don't call any function as they
+ * we use CryptoAPI instead of NSS. We don't call any function as they
* would just fail, but this simplifies linking.
*/