diff options
author | Mattias Andrée <maandree@kth.se> | 2016-04-01 15:32:45 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-04-01 15:32:45 +0200 |
commit | f96b487a6691fb26b2a635e511cb3f2efaf2f16b (patch) | |
tree | 62493bfe472dd10d31f0d6aa9e9d80a78cea3450 /doc/info | |
parent | Merge pull request #3 from BenWiederhake/master (diff) | |
download | libkeccak-f96b487a6691fb26b2a635e511cb3f2efaf2f16b.tar.gz libkeccak-f96b487a6691fb26b2a635e511cb3f2efaf2f16b.tar.bz2 libkeccak-f96b487a6691fb26b2a635e511cb3f2efaf2f16b.tar.xz |
Fix typo in typo correction
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'doc/info')
-rw-r--r-- | doc/info/libkeccak.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/info/libkeccak.texinfo b/doc/info/libkeccak.texinfo index 799b74d..4951322 100644 --- a/doc/info/libkeccak.texinfo +++ b/doc/info/libkeccak.texinfo @@ -290,7 +290,7 @@ parameters. Once the members of a @code{libkeccak_generalised_spec_t} has been set, it can be converted to a @code{libkeccak_spec_t}, -which is neccssary for using the specifications. When doing +which is necessary for using the specifications. When doing so, automatic values will be given a proper value. @fnindex libkeccak_degeneralise_spec |