diff options
author | Werner Koch <wk@gnupg.org> | 2020-05-04 14:55:34 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2020-05-04 14:55:34 +0200 |
commit | 9bc9d0818b0e636a9dbc0dd24edf53eae95dd8e7 (patch) | |
tree | e48be0b2d7e8053c97180927e5c94b8e105e5bbb /sm | |
parent | sm: Add support to export ECC private keys. (diff) | |
download | gnupg2-9bc9d0818b0e636a9dbc0dd24edf53eae95dd8e7.tar.xz gnupg2-9bc9d0818b0e636a9dbc0dd24edf53eae95dd8e7.zip |
doc: Typo fixes in code comments
--
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'sm')
-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 9c963d5a2..1e8a49eb5 100644 --- a/sm/minip12.c +++ b/sm/minip12.c @@ -168,7 +168,7 @@ builder_add_oid (tlv_builder_t tb, int class, const char *oid) } -/* Wrapper around tlv_builder_add_ptr to add an MPI. TAG May either +/* Wrapper around tlv_builder_add_ptr to add an MPI. TAG may either * be OCTET_STRING or BIT_STRING. When we eventually put the whole * tlv_builder stuff into Libksba, we can add such a function there. * Right now we don't do this to avoid a dependency on Libksba. |