diff options
author | Justus Winter <[email protected]> | 2015-12-02 10:28:07 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2015-12-02 10:28:07 +0000 |
commit | 8c61cbfb8ff2e1056840ecf8511810ed2482eb1f (patch) | |
tree | 30c5f763d51fd3880b53516a5c17214f90682f21 /src/gpgme.h.in | |
parent | Make use of user passphrase handler during passwd. (diff) | |
download | gpgme-8c61cbfb8ff2e1056840ecf8511810ed2482eb1f.tar.gz gpgme-8c61cbfb8ff2e1056840ecf8511810ed2482eb1f.zip |
Fix typos found by codespell.
--
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'src/gpgme.h.in')
-rw-r--r-- | src/gpgme.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpgme.h.in b/src/gpgme.h.in index e7216cbe..8264bab9 100644 --- a/src/gpgme.h.in +++ b/src/gpgme.h.in @@ -1518,7 +1518,7 @@ typedef enum GPGME_SIGSUM_CRL_MISSING = 0x0100, /* CRL not available. */ GPGME_SIGSUM_CRL_TOO_OLD = 0x0200, /* Available CRL is too old. */ GPGME_SIGSUM_BAD_POLICY = 0x0400, /* A policy was not met. */ - GPGME_SIGSUM_SYS_ERROR = 0x0800 /* A system error occured. */ + GPGME_SIGSUM_SYS_ERROR = 0x0800 /* A system error occurred. */ } gpgme_sigsum_t; @@ -1610,7 +1610,7 @@ struct _gpgme_import_status /* Fingerprint. */ char *fpr; - /* If a problem occured, the reason why the key could not be + /* If a problem occurred, the reason why the key could not be imported. Otherwise GPGME_No_Error. */ gpgme_error_t result; |