[git] GCRYPT - branch, LIBGCRYPT-1-5-BRANCH, updated. libgcrypt-1.5.0-6-g2175bfa
by Werner Koch
cvs at cvs.gnupg.org
Thu Sep 8 16:54:22 CEST 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU crypto library".
The branch, LIBGCRYPT-1-5-BRANCH has been updated
via 2175bfaaa5672e6048e4553cbdb2023d259506e6 (commit)
from f84bfb4898b3cd8b552367ea251d0b8a59a7e759 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2175bfaaa5672e6048e4553cbdb2023d259506e6
Author: Werner Koch <wk at gnupg.org>
Date: Thu Sep 8 16:11:05 2011 +0200
Typo fixes.
Reported by Ivan Romanov.
diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi
index 1f5e6e1..561a826 100644
--- a/doc/gcrypt.texi
+++ b/doc/gcrypt.texi
@@ -1208,7 +1208,7 @@ diagnostic message to the user.
@deftypefun {const char *} gcry_strsource (@w{gcry_error_t @var{err}})
-The function @code{gcry_strerror} returns a pointer to a statically
+The function @code{gcry_strsource} returns a pointer to a statically
allocated string containing a description of the error source
contained in the error value @var{err}. This string can be used to
output a diagnostic message to the user.
@@ -2586,7 +2586,7 @@ the function in @var{sig}.
@noindent
The result is 0 for success (i.e. the data matches the signature), or an
-error code where the most relevant code is @code{GCRYERR_BAD_SIGNATURE}
+error code where the most relevant code is @code{GCRY_ERR_BAD_SIGNATURE}
to indicate that the signature does not match the provided data.
@end deftypefun
-----------------------------------------------------------------------
Summary of changes:
doc/gcrypt.texi | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
The GNU crypto library
http://git.gnupg.org
More information about the Gnupg-commits
mailing list