Sfoglia il codice sorgente

docs: fix simple typo, succes -> success

There is a small typo in src/mac/f9/f9_test.c, src/mac/xcbc/xcbc_test.c.

Should read `success` rather than `succes`.
Tim Gates 4 anni fa
parent
commit
59d8741d65
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      src/mac/f9/f9_test.c
  2. 1 1
      src/mac/xcbc/xcbc_test.c

+ 1 - 1
src/mac/f9/f9_test.c

@@ -10,7 +10,7 @@
 #ifdef LTC_F9_MODE
 
 /** Test f9-MAC mode
-  Return CRYPT_OK on succes
+  Return CRYPT_OK on success
 */
 int f9_test(void)
 {

+ 1 - 1
src/mac/xcbc/xcbc_test.c

@@ -10,7 +10,7 @@
 #ifdef LTC_XCBC
 
 /** Test XCBC-MAC mode
-  Return CRYPT_OK on succes
+  Return CRYPT_OK on success
 */
 int xcbc_test(void)
 {