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/wait-private.c | |
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/wait-private.c')
-rw-r--r-- | src/wait-private.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wait-private.c b/src/wait-private.c index 9a43110e..12d31805 100644 --- a/src/wait-private.c +++ b/src/wait-private.c @@ -89,7 +89,7 @@ _gpgme_wait_on_condition (gpgme_ctx_t ctx, volatile int *cond, if (nr < 0) { - /* An error occured. Close all fds in this context, and + /* An error occurred. Close all fds in this context, and signal it. */ err = gpg_error_from_syserror (); _gpgme_cancel_with_err (ctx, err, 0); @@ -116,7 +116,7 @@ _gpgme_wait_on_condition (gpgme_ctx_t ctx, volatile int *cond, err = _gpgme_run_io_cb (&ctx->fdt.fds[i], 0, &op_err); if (err) { - /* An error occured. Close all fds in this context, + /* An error occurred. Close all fds in this context, and signal it. */ _gpgme_cancel_with_err (ctx, err, 0); @@ -124,7 +124,7 @@ _gpgme_wait_on_condition (gpgme_ctx_t ctx, volatile int *cond, } else if (op_err) { - /* An operational error occured. Cancel the current + /* An operational error occurred. Cancel the current operation but not the session, and signal it. */ _gpgme_cancel_with_err (ctx, 0, op_err); |