[patch] two typo fixes found by lintian
Andreas Metzler <[email protected]>
| Newsgroups | gmane.comp.encryption.gpg.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello, please find attached a patch against gnupg GIT master to fix two typos. cu Andreas _______________________________________________ Gnupg-devel mailing list [email protected] https://lists.gnupg.org/mailman/listinfo/gnupg-devel
typos-lintian.diff
(text/x-diff, 1011 B)
diff --git a/doc/gpg.texi b/doc/gpg.texi
index 9aac29fb2..1c1f9f22d 100644
--- a/doc/gpg.texi
+++ b/doc/gpg.texi
@@ -2156,7 +2156,7 @@ are available for all keyserver types, some common options are:
retrieving keys by subkey id.
@item only-pubkeys
- Do now allow to import secret keys.
+ Do not allow one to import secret keys.
@item timeout
@itemx http-proxy=@var{value}
diff --git a/doc/tools.texi b/doc/tools.texi
index 6e95a81a3..a79f773c6 100644
--- a/doc/tools.texi
+++ b/doc/tools.texi
@@ -20,7 +20,7 @@ GnuPG comes with a couple of smaller tools:
* dirmngr-client:: How to use the Dirmngr client tool.
* gpgparsemail:: Parse a mail message into an annotated format
* gpgtar:: Encrypt or sign files into an archive.
-* gpg-mail-tube:: Encrypt rfc822 formated mail in a pipeline.
+* gpg-mail-tube:: Encrypt rfc822 formatted mail in a pipeline.
* gpg-check-pattern:: Check a passphrase on stdin against the patternfile.
@end menu