diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-06 12:34:02 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-06 12:34:02 +0200 |
commit | 45c51d680e1d8d18f14d0411215c4c2d8cb79855 (patch) | |
tree | 13a34338bdbf1c1f04d72296370320453df3370f /src | |
parent | add libkeccak_generalised_spec_initialise.3 (diff) | |
download | libkeccak-45c51d680e1d8d18f14d0411215c4c2d8cb79855.tar.gz libkeccak-45c51d680e1d8d18f14d0411215c4c2d8cb79855.tar.bz2 libkeccak-45c51d680e1d8d18f14d0411215c4c2d8cb79855.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/libkeccak/generalised-spec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libkeccak/generalised-spec.h b/src/libkeccak/generalised-spec.h index 1bcfc57..dc975ce 100644 --- a/src/libkeccak/generalised-spec.h +++ b/src/libkeccak/generalised-spec.h @@ -128,7 +128,7 @@ typedef struct libkeccak_generalised_spec /** - * Set all specification pameters to automatic + * Set all specification parameters to automatic * * @param spec The specification datastructure to fill in */ |