From 335a49b18ba078289aa2d2aa0516e12f001e13c7 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 7 Oct 2015 02:24:38 +0200 Subject: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- doc/man/libkeccak_shakesum_fd.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/man/libkeccak_shakesum_fd.3') diff --git a/doc/man/libkeccak_shakesum_fd.3 b/doc/man/libkeccak_shakesum_fd.3 index 6089ab0..0b86e6e 100644 --- a/doc/man/libkeccak_shakesum_fd.3 +++ b/doc/man/libkeccak_shakesum_fd.3 @@ -74,7 +74,7 @@ from stdin, and prints the hash, in hexadecimal form, to stdout. .LP .nf libkeccak_state_t state; -if (libkeccak_shakesum_fd(STDIN_FILNO, &state, 256, 512, binhash) < 0) +if (libkeccak_shakesum_fd(STDIN_FILENO, &state, 256, 512, binhash) < 0) goto fail; libkeccak_behex_lower(hexhash, binhash, sizeof(binhash)); printf("%s\\n", hexhash); -- cgit v1.2.3-70-g09d2