mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
doc: Fix spelling errors found by lintian.
-- Reported-by: Andreas Metzler <ametzler@debian.org>
This commit is contained in:
parent
97b2837653
commit
2ed1f68b48
20 changed files with 36 additions and 36 deletions
|
@ -461,7 +461,7 @@ main (int argc, char **argv)
|
|||
if (!tcp && argc == 1)
|
||||
;
|
||||
else if (tcp && (argc == 1 || argc == 2))
|
||||
; /* Option --tcp optionally allows to also read from a socket. */
|
||||
; /* Option --tcp optionally allows one to also read from a socket. */
|
||||
else if (!tcp && !argc)
|
||||
{
|
||||
/* No args given - figure out the socket using gpgconf. We also
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue