diff options
author | Werner Koch <[email protected]> | 2024-01-29 08:16:21 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-01-29 08:16:21 +0000 |
commit | 2ed1f68b48db7b5503045386de0500fddf70077e (patch) | |
tree | 4472c9d48c72d08dfd85ea35b15d65a0bc0d3ad1 /dirmngr/server.c | |
parent | speedo: Improve parsing of the ~./.gnupg-autogen.rc (diff) | |
download | gnupg-2ed1f68b48db7b5503045386de0500fddf70077e.tar.gz gnupg-2ed1f68b48db7b5503045386de0500fddf70077e.zip |
doc: Fix spelling errors found by lintian.
--
Reported-by: Andreas Metzler <[email protected]>
Diffstat (limited to 'dirmngr/server.c')
-rw-r--r-- | dirmngr/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/server.c b/dirmngr/server.c index 1dbc87878..32c85d07b 100644 --- a/dirmngr/server.c +++ b/dirmngr/server.c @@ -3325,7 +3325,7 @@ dirmngr_status_help (ctrl_t ctrl, const char *text) /* Print a help status line using a printf like format. The function - * splits text at LFs. With CTRL beeing NULL, the function behaves + * splits text at LFs. With CTRL being NULL, the function behaves * like log_info. */ gpg_error_t dirmngr_status_helpf (ctrl_t ctrl, const char *format, ...) |