From 52c9e1e4b339c830908018f7d0769a5da0055aef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Wed, 21 Oct 2009 19:04:03 +0200 Subject: [PATCH] Fixed spelling in comment. Rev: nettle/asn1.h:1.2 --- asn1.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- GitLab