diff --git a/nettle.texinfo b/nettle.texinfo
index f2a0f28b7088dcf1fa3bddc81d4f9b9e24d4c1e8..1b362e29c1954fadbf68dc723edbef0a1972cb25 100644
--- a/nettle.texinfo
+++ b/nettle.texinfo
@@ -2125,7 +2125,7 @@ and decryption.
 Both associated data and the message data (cleartext or ciphertext) can
 be processed incrementally. In general, all associated data must be
 processed before the message data, and all calls but the last one must
-use a length that is a multiple of he block size, although some
+use a length that is a multiple of the block size, although some
 @acronym{AEAD} may implement more liberal conventions. The @acronym{CCM}
 mode is a bit special in that it requires the message lengths up front,
 other @acronym{AEAD} constructions don't have this restriction.