diff options
Diffstat (limited to 'sm/qualified.c')
-rw-r--r-- | sm/qualified.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/qualified.c b/sm/qualified.c index 56f537e..bae03a4 100644 --- a/sm/qualified.c +++ b/sm/qualified.c @@ -184,7 +184,7 @@ gpgsm_is_in_qualified_list (ctrl_t ctrl, ksba_cert_t cert, char *country) /* We know that CERT is a qualified certificate. Ask the user for consent to actually create a signature using this certificate. - Returns: 0 for yes, GPG_ERR_CANCEL for no or any otehr error + Returns: 0 for yes, GPG_ERR_CANCEL for no or any other error code. */ gpg_error_t gpgsm_qualified_consent (ctrl_t ctrl, ksba_cert_t cert) |