From: Niels Möller Date: Wed, 21 Oct 2009 17:04:03 +0000 (+0200) Subject: Fixed spelling in comment. X-Git-Tag: camellia_32bit_20100720~137 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52c9e1e4b339c830908018f7d0769a5da0055aef;p=thirdparty%2Fnettle.git Fixed spelling in comment. Rev: nettle/asn1.h:1.2 --- diff --git a/asn1.h b/asn1.h index a7bca6ec..7933ce27 100644 --- a/asn1.h +++ b/asn1.h @@ -120,8 +120,8 @@ asn1_der_decode_constructed(struct asn1_der_iterator *i, struct asn1_der_iterator *contents); /* For the common case that we have a sequence at the end of the - object. Checks that the current object is the final one, and ten - reinitialize the iterator to parse its ontents. */ + object. Checks that the current object is the final one, and then + reinitializes the iterator to parse its ontents. */ enum asn1_iterator_result asn1_der_decode_constructed_last(struct asn1_der_iterator *i);