aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-01-24 14:09:59 +0000
committerWerner Koch <[email protected]>2024-01-24 14:09:59 +0000
commitccd201d7db02bce48fa7764921ac764bc8748f8d (patch)
treec8d48d18495c1dfcba9de5a8acea3e186b03961b
parentgpg: Fix leftover unprotected card backup key. (diff)
downloadgnupg-ccd201d7db02bce48fa7764921ac764bc8748f8d.tar.gz
gnupg-ccd201d7db02bce48fa7764921ac764bc8748f8d.zip
doc: Minor typo fix.
-- Was already fixed in 2.4. A 2.2 user reported this to g10 Code.
-rw-r--r--doc/gpg.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi
index 04fad8f13..19d956072 100644
--- a/doc/gpg.texi
+++ b/doc/gpg.texi
@@ -4088,7 +4088,7 @@ The program returns 0 if there are no severe errors, 1 if at least a
signature was bad, and other error codes for fatal errors.
Note that signature verification requires exact knowledge of what has
-been signed and by whom it has beensigned. Using only the return code
+been signed and by whom it has been signed. Using only the return code
is thus not an appropriate way to verify a signature by a script.
Either make proper use or the status codes or use the @command{gpgv}
tool which has been designed to make signature verification easy for