[git] GPG-ERROR - branch, master, updated. libgpg-error-1.24-19-g80350f9
by Werner Koch
cvs at cvs.gnupg.org
Mon Nov 14 16:31:52 CET 2016
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 "Error codes used by GnuPG et al.".
The branch, master has been updated
via 80350f97e9e811b9e77b59b8fc4172043f072f42 (commit)
from c26117b2eda43258d4e3e8fd3ed602b2eaaa51f4 (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 80350f97e9e811b9e77b59b8fc4172043f072f42
Author: Werner Koch <wk at gnupg.org>
Date: Mon Nov 14 16:28:56 2016 +0100
Fix typo in two new error descriptions.
diff --git a/src/err-codes.h.in b/src/err-codes.h.in
index 833405f..082819e 100644
--- a/src/err-codes.h.in
+++ b/src/err-codes.h.in
@@ -326,8 +326,8 @@
304 GPG_ERR_USER_ID_EXISTS User ID already exists
305 GPG_ERR_NAME_EXISTS Name already exists
306 GPG_ERR_DUP_NAME Duplicated name
-307 GPG_ERR_TOO_YOUNG Objects is too young
-308 GPG_ERR_TOO_OLD Objects is too old
+307 GPG_ERR_TOO_YOUNG Object is too young
+308 GPG_ERR_TOO_OLD Object is too old
# This range is free for use.
#
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in
index 86f3241..06c2f9c 100644
--- a/src/gpg-error.h.in
+++ b/src/gpg-error.h.in
@@ -20,7 +20,7 @@
*/
#ifndef GPG_ERROR_H
-#define GPG_ERROR_H 1
+#define GPG_ERROR_H 1
#include <stddef.h>
#include <stdio.h>
-----------------------------------------------------------------------
Summary of changes:
src/err-codes.h.in | 4 ++--
src/gpg-error.h.in | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
Error codes used by GnuPG et al.
http://git.gnupg.org
More information about the Gnupg-commits
mailing list