diff options
author | Werner Koch <wk@gnupg.org> | 2006-02-14 14:34:23 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2006-02-14 14:34:23 +0100 |
commit | 6ec4e8c6a1c37a78295b8fdb9344707b9ddfc384 (patch) | |
tree | 045443bf933a276d01640357941dc87543249498 /sm/qualified.c | |
parent | PIN caching of cards does now work. (diff) | |
download | gnupg2-6ec4e8c6a1c37a78295b8fdb9344707b9ddfc384.tar.xz gnupg2-6ec4e8c6a1c37a78295b8fdb9344707b9ddfc384.zip |
Added documentation for qualified signatures
Diffstat (limited to '')
-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 804b6c41e..a52269734 100644 --- a/sm/qualified.c +++ b/sm/qualified.c @@ -270,7 +270,7 @@ gpgsm_qualified_consent (ctrl_t ctrl, ksba_cert_t cert) /* Popup a prompt to inform the user that the signature created is not - a qualified one. This is of course only doen if we know that we + a qualified one. This is of course only done if we know that we have been approved. */ gpg_error_t gpgsm_not_qualified_warning (ctrl_t ctrl, ksba_cert_t cert) |