diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2018-10-24 20:39:56 +0200 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2018-10-24 20:39:56 +0200 |
commit | ef540d1af0649ebf1add190d0ab095e957658b7e (patch) | |
tree | b76bfde7f9f3645568583900bdc73df1e6b19006 /doc/wks.texi | |
parent | agent: Fix possible uninitalized use of CTX in simple_pwquery. (diff) | |
download | gnupg2-ef540d1af0649ebf1add190d0ab095e957658b7e.tar.xz gnupg2-ef540d1af0649ebf1add190d0ab095e957658b7e.zip |
doc: fix spelling mistakes
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'doc/wks.texi')
-rw-r--r-- | doc/wks.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/wks.texi b/doc/wks.texi index 4508ae2a1..51b86ca4a 100644 --- a/doc/wks.texi +++ b/doc/wks.texi @@ -61,7 +61,7 @@ Service provider. This is usuallay done to upload a key into a Web Key Directory. With the @option{--supported} command the caller can test whether a -site supports the Web Key Service. The argument is an arbitray +site supports the Web Key Service. The argument is an arbitrary address in the to be tested domain. For example @file{foo@@example.net}. The command returns success if the Web Key Service is supported. The operation is silent; to get diagnostic @@ -206,7 +206,7 @@ mail is processed. Commonly this command is used with the option @option{--send} to directly send the crerated mails back. See below for an installation example. -The command @option{--cron} is used for regualr cleanup tasks. For +The command @option{--cron} is used for regular cleanup tasks. For example non-confirmed requested should be removed after their expire time. It is best to run this command once a day from a cronjob. |