aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-03-14 19:33:34 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-03-14 19:33:34 +0000
commit889feb978b30f8afde894c19c5873ef6d16afa13 (patch)
treeb7d869ff909c6287969806f85eeb4bc31274dad4
parentfd91053fbe8b55c09f9253d138d3949187611aeb (diff)
downloadstrongswan-889feb978b30f8afde894c19c5873ef6d16afa13.tar.bz2
strongswan-889feb978b30f8afde894c19c5873ef6d16afa13.tar.xz
corrected typo
-rw-r--r--src/libstrongswan/crypto/hashers/hasher.h4
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