diff options
author | Justus Winter <[email protected]> | 2017-07-06 10:56:06 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2017-07-06 10:56:42 +0000 |
commit | 4c3a59e9c0a4902f96b9f199b9821573ffb7c628 (patch) | |
tree | 9b0f3803e6bf468aa2889c4a91e75595129321b1 | |
parent | doc: minor clarification (diff) | |
download | gnupg-4c3a59e9c0a4902f96b9f199b9821573ffb7c628.tar.gz gnupg-4c3a59e9c0a4902f96b9f199b9821573ffb7c628.zip |
doc: Fix typo.
--
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | doc/gpg.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 7a40f5a97..9dceed9da 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -3865,7 +3865,7 @@ follows: @item Text only, line length is limited to about 1000 characters. @item UTF-8 encoding must be used to specify non-ASCII characters. @item Empty lines are ignored. - @item Leading and trailing while space is ignored. + @item Leading and trailing white space is ignored. @item A hash sign as the first non white space character indicates a comment line. @item Control statements are indicated by a leading percent sign, the |