diff options
author | Daniel Kahn Gillmor <[email protected]> | 2018-11-18 22:33:55 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2019-07-12 01:27:59 +0000 |
commit | d10bb027e481b518e4bf13ba72d14933d6cbb8cb (patch) | |
tree | cf9cd1937f40cef1b18a3c402e4f127200b715d8 | |
parent | Post release updates (diff) | |
download | gnupg-d10bb027e481b518e4bf13ba72d14933d6cbb8cb.tar.gz gnupg-d10bb027e481b518e4bf13ba72d14933d6cbb8cb.zip |
doc: fix spelling
* doc/tools.texi: fix a handful of minor spelling errors.
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
-rw-r--r-- | doc/tools.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tools.texi b/doc/tools.texi index dc5ca2515..7dcd84e2f 100644 --- a/doc/tools.texi +++ b/doc/tools.texi @@ -1564,7 +1564,7 @@ string @code{true} or @code{yes}. The evaluation is done by passing /subst /let i 3 /while $i - /echo loop couter is $i + /echo loop counter is $i /let i $@{- $i 1@} /end @end smallexample @@ -1965,7 +1965,7 @@ Extract all files from an encrypted archive. @item --sign @itemx -s -Make a signed archive from the given files and directories. Thsi can +Make a signed archive from the given files and directories. This can be combined with option @option{--encrypt} to create a signed and then encrypted archive. @@ -2035,7 +2035,7 @@ linefeed to separate file names. @item --openpgp @opindex openpgp -This option has no effect becuase OpenPGP encryption and signing is +This option has no effect because OpenPGP encryption and signing is the default. @item --cms |