aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Notes2
-rw-r--r--doc/dirmngr.texi2
-rw-r--r--doc/examples/pwpattern.list2
-rw-r--r--doc/gpg-card.texi2
-rw-r--r--doc/gpg.texi4
-rw-r--r--doc/tools.texi2
-rw-r--r--doc/whats-new-in-2.1.txt2
7 files changed, 8 insertions, 8 deletions
diff --git a/doc/Notes b/doc/Notes
index 33ef29278..d420ff0ac 100644
--- a/doc/Notes
+++ b/doc/Notes
@@ -130,7 +130,7 @@ the colon format if you want to manually debug things.
> * How to import a CRL
CRLs are managed by the dirmngr which is a separate package. The idea
-is to eventaully turn it into a system daemon, so that on a multi-user
+is to eventually turn it into a system daemon, so that on a multi-user
machine CRLs are handled more efficiently. As of now the dirmngr
needs service from gpgsm thus it is best to call it through gpgsm:
diff --git a/doc/dirmngr.texi b/doc/dirmngr.texi
index a1e42525d..5e86cf36a 100644
--- a/doc/dirmngr.texi
+++ b/doc/dirmngr.texi
@@ -1085,7 +1085,7 @@ as a binary blob.
@c
@c If no certificate was found, the function returns with the error
@c GPG_ERR_MISSING_CERT. Now the signature is verified. If this fails,
-@c the erro is returned. On success the @code{validate_cert_chain} is
+@c the error is returned. On success the @code{validate_cert_chain} is
@c used to verify that the certificate is actually valid.
@c
@c Here we may encounter a recursive situation:
diff --git a/doc/examples/pwpattern.list b/doc/examples/pwpattern.list
index 251c2d40b..fb84754c0 100644
--- a/doc/examples/pwpattern.list
+++ b/doc/examples/pwpattern.list
@@ -10,7 +10,7 @@
# Reject the usual metavariables. Usual not required because
# gpg-agent can be used to reject all passphrases shorter than 8
-# charactes.
+# characters.
foo
bar
baz
diff --git a/doc/gpg-card.texi b/doc/gpg-card.texi
index fcc1792f1..0865798d2 100644
--- a/doc/gpg-card.texi
+++ b/doc/gpg-card.texi
@@ -56,7 +56,7 @@ same commands as available in the interactive mode are run from the
command line. These commands need to be delimited with a double-dash.
If a double-dash or a shell specific character is required as part of
a command the entire command needs to be put in quotes. If one of
-those commands returns an error the remaining commands are mot anymore
+those commands returns an error the remaining commands are not anymore
run unless the command was prefixed with a single dash.
A list of commands is available by using the command @code{help} and a
diff --git a/doc/gpg.texi b/doc/gpg.texi
index 13d290bec..988835d22 100644
--- a/doc/gpg.texi
+++ b/doc/gpg.texi
@@ -3554,7 +3554,7 @@ on the configuration file.
@c @opindex use-only-openpgp-card
@c Only access OpenPGP card's and no other cards. This is a hidden
@c option which could be used in case an old use case required the
-@c OpenPGP card while several cards are avaiable. This option might be
+@c OpenPGP card while several cards are available. This option might be
@c removed if it turns out that nobody requires it.
@end table
@@ -3945,7 +3945,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
diff --git a/doc/tools.texi b/doc/tools.texi
index 51bfb09eb..985c0a75c 100644
--- a/doc/tools.texi
+++ b/doc/tools.texi
@@ -83,7 +83,7 @@ or if no such user directory hierarchy exists @file{~/.gnupg/S.log}).
@item --force
@opindex force
-Delete an already existing socket file. This option is implictly used
+Delete an already existing socket file. This option is implicitly used
if no socket name has been given on the command line.
@item --homedir @var{DIR}
diff --git a/doc/whats-new-in-2.1.txt b/doc/whats-new-in-2.1.txt
index ef8b23384..1ea68dc2d 100644
--- a/doc/whats-new-in-2.1.txt
+++ b/doc/whats-new-in-2.1.txt
@@ -757,7 +757,7 @@ https://gnupg.org/faq/whats-new-in-2.1.html
──────────────────────────
Since version 2.1.14 the export and import options have been enhanced
- to allow the use of /gpg/ to modify a key without first stroing it in
+ to allow the use of /gpg/ to modify a key without first storing it in
the keyring. For example:
┌────