diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-03-14 19:33:34 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-03-14 19:33:34 +0000 |
commit | 889feb978b30f8afde894c19c5873ef6d16afa13 (patch) | |
tree | b7d869ff909c6287969806f85eeb4bc31274dad4 | |
parent | fd91053fbe8b55c09f9253d138d3949187611aeb (diff) | |
download | strongswan-889feb978b30f8afde894c19c5873ef6d16afa13.tar.bz2 strongswan-889feb978b30f8afde894c19c5873ef6d16afa13.tar.xz |
corrected typo
-rw-r--r-- | src/libstrongswan/crypto/hashers/hasher.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstrongswan/crypto/hashers/hasher.h b/src/libstrongswan/crypto/hashers/hasher.h index 9b226b2a1..6c17f892d 100644 --- a/src/libstrongswan/crypto/hashers/hasher.h +++ b/src/libstrongswan/crypto/hashers/hasher.h @@ -83,7 +83,7 @@ struct hasher_t { * * If the parameter hash is NULL, no result is written back * an more data can be appended to already hashed data. - * If not, the result is written back and the hasher is reseted. + * If not, the result is written back and the hasher is reset. * * The hash output parameter must hold at least * hash_t.get_block_size() bytes. @@ -99,7 +99,7 @@ struct hasher_t { * * If the parameter hash is NULL, no result is written back * an more data can be appended to already hashed data. - * If not, the result is written back and the hasher is reseted. + * If not, the result is written back and the hasher is reset. * * @param this calling object * @param data chunk with data to hash |