Skip to content

Commit 59d8741

Browse files
committed
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`.
1 parent cfbd7f8 commit 59d8741

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/mac/f9/f9_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#ifdef LTC_F9_MODE
1111

1212
/** Test f9-MAC mode
13-
Return CRYPT_OK on succes
13+
Return CRYPT_OK on success
1414
*/
1515
int f9_test(void)
1616
{

src/mac/xcbc/xcbc_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#ifdef LTC_XCBC
1111

1212
/** Test XCBC-MAC mode
13-
Return CRYPT_OK on succes
13+
Return CRYPT_OK on success
1414
*/
1515
int xcbc_test(void)
1616
{

0 commit comments

Comments
 (0)