diff options
author | Andre Heinecke <[email protected]> | 2017-12-08 04:59:11 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2017-12-08 04:59:11 +0000 |
commit | 7b5182f2889310fc43d5fe05e7ec1ffd3c1f7b06 (patch) | |
tree | eec53d15eec31d2dffa85058c91ee44827f7932c /doc/uiserver.texi | |
parent | cpp: Fix handling of lsig promotion (diff) | |
download | gpgme-7b5182f2889310fc43d5fe05e7ec1ffd3c1f7b06.tar.gz gpgme-7b5182f2889310fc43d5fe05e7ec1ffd3c1f7b06.zip |
Spelling fixes for comments and doc
--
Patch provided by ka7 in dev.gnupg.org
Differential D423
Diffstat (limited to 'doc/uiserver.texi')
-rw-r--r-- | doc/uiserver.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/uiserver.texi b/doc/uiserver.texi index f10db01a..6938aeea 100644 --- a/doc/uiserver.texi +++ b/doc/uiserver.texi @@ -484,7 +484,7 @@ First, the input files need to be specified by one or more @code{FILE} commands. Afterwards, the actual operation is requested: @deffn Command CHECKSUM_CREATE_FILES --nohup -Request that checksums are created for the files specifed by +Request that checksums are created for the files specified by @code{FILE}. The choice of checksum algorithm and the destination storage and format for the created checksums depend on the preferences of the user and the functionality provided by the UI server. For @@ -499,7 +499,7 @@ promptly, and completes the operation asynchronously. @deffn Command CHECKSUM_VERIFY_FILES --nohup -Request that checksums are created for the files specifed by +Request that checksums are created for the files specified by @code{FILE} and verified against previously created and stored checksums. The choice of checksum algorithm and the source storage and format for previously created checksums depend on the preferences |