]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Typo fix.
authorNiels Möller <nisse@lysator.liu.se>
Thu, 29 Nov 2012 13:55:55 +0000 (14:55 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 29 Nov 2012 13:55:55 +0000 (14:55 +0100)
nettle.texinfo

index ea4b1582754d3251e0dadcd81f7adf3073d66566..025c783870963ac8e4496ff461997a01994dfa8a 100644 (file)
@@ -2194,7 +2194,7 @@ desired derived output length @var{length}.  The output buffer is
 @var{dst} which must have room for at least @var{length} octets.
 @end deftypefun
 
-Like for CBC and HMAC, there is a macros to help use the functions
+Like for CBC and HMAC, there is a macro to help use the function
 correctly.
 
 @deffn Macro PBKDF2 (@var{ctx}, @var{update}, @var{digest}, @var{digest_size}, @var{iterations}, @var{salt_length}, @var{salt}, @var{length}, @var{dst})