diff options
author | Jordy Provost <[email protected]> | 2012-08-08 21:05:17 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2012-08-09 08:53:24 +0000 |
commit | 9216a742c75432fb2ea0ee1e1818459014e051c5 (patch) | |
tree | a14c0c3095f5fc2fe4820f983778767c156634ca | |
parent | Update Dutch translation. (diff) | |
download | libgpg-error-9216a742c75432fb2ea0ee1e1818459014e051c5.tar.gz libgpg-error-9216a742c75432fb2ea0ee1e1818459014e051c5.zip |
Typo fix.
* src/err-codes.h.in: Unify uppercase.
-rw-r--r-- | src/err-codes.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/err-codes.h.in b/src/err-codes.h.in index dcef931..fd7030d 100644 --- a/src/err-codes.h.in +++ b/src/err-codes.h.in @@ -107,7 +107,7 @@ 75 GPG_ERR_INCOMPLETE_LINE Incomplete line 76 GPG_ERR_INV_RESPONSE Invalid response 77 GPG_ERR_NO_AGENT No agent running -78 GPG_ERR_AGENT agent error +78 GPG_ERR_AGENT Agent error 79 GPG_ERR_INV_DATA Invalid data 80 GPG_ERR_ASSUAN_SERVER_FAULT Unspecific Assuan server fault 81 GPG_ERR_ASSUAN General Assuan error |