diff options
Diffstat (limited to '')
-rw-r--r-- | g10/sign.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/sign.c b/g10/sign.c index 0fffc5f0b..8867916c7 100644 --- a/g10/sign.c +++ b/g10/sign.c @@ -55,7 +55,7 @@ complete_sig( PKT_signature *sig, PKT_secret_cert *skc, MD_HANDLE md ) else BUG(); - /* fixme: should we check wether the signature is okay? + /* fixme: should we check whether the signature is okay? * maybe by using an option */ return rc; |