summaryrefslogtreecommitdiffstats
path: root/sm
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2020-05-04 14:55:34 +0200
committerWerner Koch <wk@gnupg.org>2020-05-04 14:55:34 +0200
commit9bc9d0818b0e636a9dbc0dd24edf53eae95dd8e7 (patch)
treee48be0b2d7e8053c97180927e5c94b8e105e5bbb /sm
parentsm: Add support to export ECC private keys. (diff)
downloadgnupg2-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.c2
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.