diff options
author | Werner Koch <wk@gnupg.org> | 2020-06-08 15:22:28 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2020-06-08 15:22:58 +0200 |
commit | c1c607a51c02e925aa6102917ce665509da15cee (patch) | |
tree | 74939a226f598cfbe27a0dbb3aa643f8420e7a59 /g10/sign.c | |
parent | agent: Fix the condition to detect leading 0x00 problem. (diff) | |
download | gnupg2-c1c607a51c02e925aa6102917ce665509da15cee.tar.xz gnupg2-c1c607a51c02e925aa6102917ce665509da15cee.zip |
doc: Minor code comment fixes.
--
Diffstat (limited to 'g10/sign.c')
-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 90466e9bc..e5a3b0a29 100644 --- a/g10/sign.c +++ b/g10/sign.c @@ -204,7 +204,7 @@ mk_notation_policy_etc (ctrl_t ctrl, PKT_signature *sig, /* - * Put the Key Block subpakcet into SIG for key PKSK. Returns an + * Put the Key Block subpacket into SIG for key PKSK. Returns an * error code on failure. */ static gpg_error_t |