]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Minor typo fix.
authorNiels Möller <nisse@lysator.liu.se>
Sun, 4 May 2014 17:40:26 +0000 (19:40 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 4 May 2014 17:40:26 +0000 (19:40 +0200)
nettle.texinfo

index 4f6c7884cc5ac2201ee42eba3e0d947a7a0e63b4..5c46a4218ae912da7e93f0277d196b897914924a 100644 (file)
@@ -1467,7 +1467,7 @@ Analogous to @code{cast128_encrypt}
 
 ChaCha is a variant of the stream cipher Salsa20, also designed by D. J.
 Bernstein. For more information on Salsa20, see below. Nettle defines
-Chacha in @file{<nettle/chacha.h>}.
+ChaCha in @file{<nettle/chacha.h>}.
 
 @deftp {Context struct} {struct chacha_ctx}
 @end deftp