From 95faa51a23fc416e718dbd740adfce31f642530b Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sat, 29 Dec 2018 08:09:50 +0100 Subject: build: Fix typo spotted by codespell --- common/pkcs11.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/pkcs11.h') diff --git a/common/pkcs11.h b/common/pkcs11.h index 521c58d..3e36837 100644 --- a/common/pkcs11.h +++ b/common/pkcs11.h @@ -859,7 +859,7 @@ typedef unsigned long ck_mechanism_type_t; #define CKM_VENDOR_DEFINED ((unsigned long) (1UL << 31)) -/* Ammendments */ +/* Amendments */ #define CKM_SHA224 (0x255UL) #define CKM_SHA224_HMAC (0x256UL) #define CKM_SHA224_HMAC_GENERAL (0x257UL) -- cgit v1.1