Skip to content

Commit cfbde48

Browse files
committed
Fixed typo in log string.
1 parent fb753a9 commit cfbde48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sha256_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ int sha256_test()
5555

5656
int main()
5757
{
58-
printf("SHA-256 tests: %s\n", sha256_test() ? "SUCCEEDED" : "FAILEd");
58+
printf("SHA-256 tests: %s\n", sha256_test() ? "SUCCEEDED" : "FAILED");
5959

6060
return(0);
6161
}

0 commit comments

Comments
 (0)