[git] GPGME - branch, master, updated. gpgme-1.1.8-160-g3a7058c
by Werner Koch
cvs at cvs.gnupg.org
Fri Jan 7 14:19:59 CET 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 "GnuPG Made Easy".
The branch, master has been updated
via 3a7058cade6caec7ec38ca4b2a8c1826e6df6bb1 (commit)
via b3f04d033b7a154b618fb84005272eb44361c508 (commit)
from 1feea0961956d9ac4db43756fce0f2acf7442e13 (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 3a7058cade6caec7ec38ca4b2a8c1826e6df6bb1
Author: Werner Koch <wk at gnupg.org>
Date: Fri Jan 7 13:53:26 2011 +0100
Typo fixes spotted by Daiki Ueno.
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index d8891ea..c9bb708 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -2839,7 +2839,7 @@ The function returns the error code @code{GPG_ERR_INV_VALUE} if
@end deftypefun
@deftypefun gpgme_error_t gpgme_op_keylist_end (@w{gpgme_ctx_t @var{ctx}})
-The function @code{gpgme_op_keylist_next} ends a pending key list
+The function @code{gpgme_op_keylist_end} ends a pending key list
operation in the context @var{ctx}.
After the operation completed successfully, the result of the key
@@ -3914,7 +3914,7 @@ there is not enough memory for the operation.
@end deftypefun
@deftypefun gpgme_error_t gpgme_op_trustlist_end (@w{gpgme_ctx_t @var{ctx}})
-The function @code{gpgme_op_trustlist_next} ends a pending key list
+The function @code{gpgme_op_trustlist_end} ends a pending trust list
operation in the context @var{ctx}.
The function returns the error code @code{GPG_ERR_INV_VALUE} if
commit b3f04d033b7a154b618fb84005272eb44361c508
Author: Werner Koch <wk at gnupg.org>
Date: Fri Jan 7 13:52:31 2011 +0100
Typo fixes. Spotted by Daiki Ueno.
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0b336ea
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+/aclocal.m4
+/autom4te.cache
+/config.h.in
+/configure
+Makefile.in
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 5 +++++
doc/gpgme.texi | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
create mode 100644 .gitignore
hooks/post-receive
--
GnuPG Made Easy
http://git.gnupg.org
More information about the Gnupg-commits
mailing list