diff options
author | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2016-04-01 14:51:48 +0200 |
---|---|---|
committer | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2016-04-01 14:51:48 +0200 |
commit | f30f780cf66c6f8b3522998a0909eaff148365b8 (patch) | |
tree | f3901acfd914a9be3ea3e331d9ecf58136a923c8 /src | |
parent | prepare dist update (diff) | |
download | libkeccak-f30f780cf66c6f8b3522998a0909eaff148365b8.tar.gz libkeccak-f30f780cf66c6f8b3522998a0909eaff148365b8.tar.bz2 libkeccak-f30f780cf66c6f8b3522998a0909eaff148365b8.tar.xz |
Fix spelling
Credits go to the authors of codespell.
Discovered while preparing for a release of 'ohno' an esoteric language
based on (ab)using keccak as a compiler.
Diffstat (limited to 'src')
-rw-r--r-- | src/benchmark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmark.c b/src/benchmark.c index 5ea29df..3de00ef 100644 --- a/src/benchmark.c +++ b/src/benchmark.c @@ -61,7 +61,7 @@ /** * Benchmark, will print the number of nanoseconds * spent with hashing algorithms and representation - * convertion from binary to hexadecimal. The latter + * conversion from binary to hexadecimal. The latter * can be compiled out by compiling with -DIGNORE_BEHEXING. * * @return Zero on success, 1 on error |