diff options
author | Werner Koch <[email protected]> | 2016-11-14 15:28:56 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-11-14 15:29:18 +0000 |
commit | 80350f97e9e811b9e77b59b8fc4172043f072f42 (patch) | |
tree | cdc62df7856d0a570e61369cce8110572eb2ef65 /src/err-codes.h.in | |
parent | estream: Minor portability fix. (diff) | |
download | libgpg-error-80350f97e9e811b9e77b59b8fc4172043f072f42.tar.gz libgpg-error-80350f97e9e811b9e77b59b8fc4172043f072f42.zip |
Fix typo in two new error descriptions.
Diffstat (limited to 'src/err-codes.h.in')
-rw-r--r-- | src/err-codes.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
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. # |