diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-10-17 02:56:24 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-10-17 02:56:24 +0000 |
commit | 6d8bec0b97191348bf146dc57775f0c380c16d3c (patch) | |
tree | 318c141ba73bc91d5e0a4091c479f13d0dca7b14 /src | |
parent | 57423bb7ac4b2213ac7b554e291db302e457f1d0 (diff) | |
download | strongswan-6d8bec0b97191348bf146dc57775f0c380c16d3c.tar.bz2 strongswan-6d8bec0b97191348bf146dc57775f0c380c16d3c.tar.xz |
corrected typos
Diffstat (limited to 'src')
-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 66660a1b7..65c31a0a1 100644 --- a/src/libstrongswan/crypto/hashers/hasher.h +++ b/src/libstrongswan/crypto/hashers/hasher.h @@ -84,7 +84,7 @@ struct hasher_t { * @brief Hash data and write it in the buffer. * * If the parameter hash is NULL, no result is written back - * an more data can be appended to already hashed data. + * and more data can be appended to already hashed data. * If not, the result is written back and the hasher is reset. * * The hash output parameter must hold at least @@ -100,7 +100,7 @@ struct hasher_t { * @brief Hash data and allocate space for the hash. * * If the parameter hash is NULL, no result is written back - * an more data can be appended to already hashed data. + * and more data can be appended to already hashed data. * If not, the result is written back and the hasher is reset. * * @param this calling object |