aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/ctaes/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/ctaes/test.c')
-rw-r--r--src/crypto/ctaes/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/ctaes/test.c b/src/crypto/ctaes/test.c
index fce1696acd..21439a16f1 100644
--- a/src/crypto/ctaes/test.c
+++ b/src/crypto/ctaes/test.c
@@ -102,7 +102,7 @@ int main(void) {
}
}
if (fail == 0) {
- fprintf(stderr, "All tests succesful\n");
+ fprintf(stderr, "All tests successful\n");
} else {
fprintf(stderr, "%i tests failed\n", fail);
}