diff options
author | Werner Koch <wk@gnupg.org> | 2020-04-07 16:01:40 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2020-04-07 16:03:21 +0200 |
commit | 5ec1f667930b979e6a3c6ae7ff9eb246375af87e (patch) | |
tree | eb6584cb69eef8c3036054497e23cd9e2ed015cf /tools | |
parent | scd:p15: Fix decrypt followed by sign problem for D-Trust cards. (diff) | |
download | gnupg2-5ec1f667930b979e6a3c6ae7ff9eb246375af87e.tar.xz gnupg2-5ec1f667930b979e6a3c6ae7ff9eb246375af87e.zip |
doc: Typo fix in code comment.
--
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gpgconf-comp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index c757d41bb..8e546e0e5 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -2699,7 +2699,7 @@ gc_component_change_options (int component, estream_t in, estream_t out, } -/* Check whether USER matches the current user of one of its group. +/* Check whether USER matches the current user or one of its group. This function may change USER. Returns true is there is a match. */ static int |