diff options
author | Werner Koch <[email protected]> | 2018-06-06 15:25:51 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-06-06 15:26:20 +0000 |
commit | 8c0e1fac960f6e6bbc1bd09c3c788192e838e16a (patch) | |
tree | 69d260a12c9d9f8f30ec8f4c5ed95867dbbe3640 /doc/gpg.texi | |
parent | gpg: Also detect a plaintext packet before an encrypted packet. (diff) | |
download | gnupg-8c0e1fac960f6e6bbc1bd09c3c788192e838e16a.tar.gz gnupg-8c0e1fac960f6e6bbc1bd09c3c788192e838e16a.zip |
doc: Typo fixes
--
Reported-by: Claus Assmann <[email protected]>
Signed-off-by: Werner Koch <[email protected]>
(cherry picked from commit 70f26e4263364f4b521c7856c38ba7ee59e38445)
Diffstat (limited to 'doc/gpg.texi')
-rw-r--r-- | doc/gpg.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 4dab23816..ca1304756 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -328,7 +328,7 @@ following the "sig" tag (and thus before the flags described below. A "!" indicates that the signature has been successfully verified, a "-" denotes a bad signature and a "%" is used if an error occurred while checking the signature (e.g. a non supported algorithm). Signatures -where the public key is not availabale are not listed; to see their +where the public key is not available are not listed; to see their keyids the command @option{--list-sigs} can be used. For each signature listed, there are several flags in between the @@ -3334,7 +3334,7 @@ absolute date in the form YYYY-MM-DD. Defaults to "0". @opindex default-new-key-algo @var{string} This option can be used to change the default algorithms for key generation. The @var{string} is similar to the arguments required for -the command @option{--quick-add-key} but slighly different. For +the command @option{--quick-add-key} but slightly different. For example the current default of @code{"rsa2048/cert,sign+rsa2048/encr"} (or @code{"rsa3072"}) can be changed to the value of what we currently call future default, which is @code{"ed25519/cert,sign+cv25519/encr"}. |