diff options
| author | Werner Koch <[email protected]> | 2020-05-04 12:55:34 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2020-05-04 12:55:34 +0000 |
| commit | 9bc9d0818b0e636a9dbc0dd24edf53eae95dd8e7 (patch) | |
| tree | e48be0b2d7e8053c97180927e5c94b8e105e5bbb /sm/minip12.c | |
| parent | sm: Add support to export ECC private keys. (diff) | |
| download | gnupg-9bc9d0818b0e636a9dbc0dd24edf53eae95dd8e7.tar.gz gnupg-9bc9d0818b0e636a9dbc0dd24edf53eae95dd8e7.zip | |
doc: Typo fixes in code comments
--
Signed-off-by: Werner Koch <[email protected]>
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 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. |
