diff options
| author | fsb4000 <[email protected]> | 2016-11-28 15:19:05 +0700 |
|---|---|---|
| committer | fsb4000 <[email protected]> | 2016-11-28 16:16:37 +0700 |
| commit | 15fa95d7e576041a20d47907356a2be5a327b4ca (patch) | |
| tree | 2456ea0d0cb68365b149524b4876d9b1b4828c37 /src/crypto | |
| parent | Merge #9219: doc: Improve windows build instructions using Linux subsystem (diff) | |
| download | discoin-15fa95d7e576041a20d47907356a2be5a327b4ca.tar.xz discoin-15fa95d7e576041a20d47907356a2be5a327b4ca.zip | |
Fix some typos
Diffstat (limited to 'src/crypto')
| -rw-r--r-- | src/crypto/ctaes/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/ctaes/test.c b/src/crypto/ctaes/test.c index fce1696ac..21439a16f 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); } |