From 889feb978b30f8afde894c19c5873ef6d16afa13 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 14 Mar 2007 19:33:34 +0000 Subject: [PATCH] corrected typo --- src/libstrongswan/crypto/hashers/hasher.h | 4 ++-- 1 file 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