aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-09-16 11:02:55 +0000
committerJustus Winter <[email protected]>2016-09-16 11:02:55 +0000
commit5259f9de465d683d93268359cf19ce3a8d151566 (patch)
treeab599b79e3d62164c264f1f3e6fa1c7a952ab42c /src
parentdoc: Move description of most deprecated functions to a new appendix. (diff)
downloadgpgme-5259f9de465d683d93268359cf19ce3a8d151566.tar.gz
gpgme-5259f9de465d683d93268359cf19ce3a8d151566.zip
core: Fix typos.
-- Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/gpgme.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpgme.h.in b/src/gpgme.h.in
index 9c87b7b4..b28a6430 100644
--- a/src/gpgme.h.in
+++ b/src/gpgme.h.in
@@ -974,8 +974,8 @@ typedef gpgme_error_t (*gpgme_interact_cb_t) (void *opaque,
const char *keyword,
const char *args, int fd);
-/* The callback type used by the deprecated functions gpgme_op_card
- * and gpgme_of_card_edit. */
+/* The callback type used by the deprecated functions gpgme_op_edit
+ * and gpgme_op_card_edit. */
typedef gpgme_error_t (*gpgme_edit_cb_t) (void *opaque,
gpgme_status_code_t status,
const char *args, int fd);