From 5259f9de465d683d93268359cf19ce3a8d151566 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 16 Sep 2016 13:02:55 +0200 Subject: [PATCH] core: Fix typos. -- Signed-off-by: Justus Winter --- src/gpgme.h.in | 4 ++-- 1 file 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);