]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
doc: Fix typo in EVP_DigestSignInit manpage
authorJakub Jelen <jjelen@redhat.com>
Tue, 14 Jan 2020 15:03:23 +0000 (16:03 +0100)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Thu, 6 Feb 2020 15:14:27 +0000 (16:14 +0100)
CLA: trivial

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/10841)

doc/man3/EVP_DigestSignInit.pod

index 7e105b29bc44c2106a066b5b63a9cbd32f1fdee5..b5bd7bc3c7069265e6195efcc1a6245f2e71bee7 100644 (file)
@@ -128,7 +128,7 @@ EVP_DigestSignFinal().
 
 =head1 RETURN VALUES
 
-EVP_DigestSignInit(), EVP_DigestSignUpdate(), EVP_DigestSignaFinal() and
+EVP_DigestSignInit(), EVP_DigestSignUpdate(), EVP_DigestSignFinal() and
 EVP_DigestSign() return 1 for success and 0 for failure.
 
 The error codes can be obtained from L<ERR_get_error(3)>.