summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Brinkmann <mb@g10code.com>2003-06-05 22:48:42 +0000
committerMarcus Brinkmann <mb@g10code.com>2003-06-05 22:48:42 +0000
commit99230768cdb0afc296cb03431f31929e8161d46d (patch)
treeafd0203432d675d6c3330042c8bd9d948dbc8195
parent4511092215ba1b9e72de3cf33a1c25b955277887 (diff)
downloadlibgpg-error-99230768cdb0afc296cb03431f31929e8161d46d.tar.gz
Fix typo.
-rw-r--r--src/gpg-error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpg-error.h b/src/gpg-error.h
index c045e83..5a127ec 100644
--- a/src/gpg-error.h
+++ b/src/gpg-error.h
@@ -112,7 +112,7 @@ typedef enum
GPG_ERR_RESOURCE_LIMIT = 33,
GPG_ERR_INV_KEYRING = 34,
GPG_ERR_TRUSTDB = 35, /* A problem with the trustdb. */
- GPG_ERR_BAD_CERT = 36, /* Bad certicate. */
+ GPG_ERR_BAD_CERT = 36, /* Bad certificate. */
GPG_ERR_INV_USER_ID = 37,
GPG_ERR_UNEXPECTED = 38,
GPG_ERR_TIME_CONFLICT = 39,