diff options
author | Werner Koch <[email protected]> | 2022-04-08 14:07:22 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2022-04-08 14:07:34 +0000 |
commit | 198fad9fc1f31c0a309b03d192f6fb236d9cd61a (patch) | |
tree | c163169ac51f0027f75c0dd43496934fc9ce7d92 /sm/minip12.c | |
parent | tpm: Fix recently introduced syntax error (diff) | |
download | gnupg-198fad9fc1f31c0a309b03d192f6fb236d9cd61a.tar.gz gnupg-198fad9fc1f31c0a309b03d192f6fb236d9cd61a.zip |
doc: Typo fix in comment
--
Diffstat (limited to 'sm/minip12.c')
-rw-r--r-- | sm/minip12.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/minip12.c b/sm/minip12.c index 18d6fa0d2..801bd9640 100644 --- a/sm/minip12.c +++ b/sm/minip12.c @@ -2226,7 +2226,7 @@ build_rsa_key_sequence (gcry_mpi_t *kparms, int mode, size_t *r_length) * For details see RFC-5480 and RFC-5915 (ECparameters are not created). * * KPARMS[0] := Opaque MPI with the curve name as dotted-decimal string. - * KPARMS[1] := Opaque MPI with the pgublic key (q) + * KPARMS[1] := Opaque MPI with the public key (q) * KPARMS[2] := Opaque MPI with the private key (d) * MODE controls what is being generated: * 0 - As described above |