diff options
author | Andre Heinecke <[email protected]> | 2017-12-08 04:59:11 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2017-12-08 04:59:11 +0000 |
commit | 7b5182f2889310fc43d5fe05e7ec1ffd3c1f7b06 (patch) | |
tree | eec53d15eec31d2dffa85058c91ee44827f7932c /src/edit.c | |
parent | cpp: Fix handling of lsig promotion (diff) | |
download | gpgme-7b5182f2889310fc43d5fe05e7ec1ffd3c1f7b06.tar.gz gpgme-7b5182f2889310fc43d5fe05e7ec1ffd3c1f7b06.zip |
Spelling fixes for comments and doc
--
Patch provided by ka7 in dev.gnupg.org
Differential D423
Diffstat (limited to 'src/edit.c')
-rw-r--r-- | src/edit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -194,7 +194,7 @@ gpgme_op_interact (gpgme_ctx_t ctx, gpgme_key_t key, unsigned int flags, -/* The deprectated interface. */ +/* The deprecated interface. */ static gpgme_error_t edit_start (gpgme_ctx_t ctx, int synchronous, int type, gpgme_key_t key, gpgme_edit_cb_t fnc, void *fnc_value, gpgme_data_t out) |