diff options
author | Daniel Kahn Gillmor <[email protected]> | 2024-05-12 22:09:23 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-05-31 10:28:32 +0000 |
commit | 42b0e9558a308dbc954ee60c3d346b5cabcd2fdb (patch) | |
tree | f073776758cd706a0cadf0bd64073d1669a8d691 /doc/gpg.texi | |
parent | g13: Adjust for changed gnupg_process_spawn. (diff) | |
download | gnupg-42b0e9558a308dbc954ee60c3d346b5cabcd2fdb.tar.gz gnupg-42b0e9558a308dbc954ee60c3d346b5cabcd2fdb.zip |
indent: Fix spelling
--
These are non-substantive corrections for minor spelling mistakes
within the GnuPG codebase.
With something like this applied to the codebase, and a judiciously
tuned spellchecker integrated as part of a standard test suite, it
should be possible to keep a uniform orthography within the project.
GnuPG-bug-id: 7116
Diffstat (limited to 'doc/gpg.texi')
-rw-r--r-- | doc/gpg.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 446189b4b..02131da75 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1611,7 +1611,7 @@ maintained by the keyboxd process in its own database. @item --primary-keyring @var{file} @opindex primary-keyring -This is a varian of @option{--keyring} and designates @var{file} as +This is a variant of @option{--keyring} and designates @var{file} as the primary public keyring. This means that newly imported keys (via @option{--import} or keyserver @option{--recv-from}) will go to this keyring. @@ -1808,7 +1808,7 @@ this option at all (e.g. due to the @option{--no-options} option). @opindex add-desig-revoker Add the key specified by @var{fingerprint} as a designated revoker to newly created keys. If the fingerprint is prefixed with the keyword -``sensitive:'' that info is normally not exported wit the key. This +``sensitive:'' that info is normally not exported with the key. This option may be given several time to add more than one designated revoker. If the keyword ``clear'' is used instead of a fingerprint, all designated options previously encountered are discarded. @@ -2794,7 +2794,7 @@ The available properties are: Key Directory. @item url - A string with the the URL associated wit the last key lookup. + A string with the the URL associated with the last key lookup. @end table |