diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2020-02-18 15:34:42 +0100 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2020-02-19 00:07:46 +0100 |
commit | 0904b8ef348a52335c378bee6dc90a978885d66f (patch) | |
tree | aff1ea1d709d45724af04b7e985bca1284bdb2a0 /NEWS | |
parent | doc: Correction of typo in documentation of KEY_CONSIDERED (diff) | |
download | gnupg2-0904b8ef348a52335c378bee6dc90a978885d66f.tar.xz gnupg2-0904b8ef348a52335c378bee6dc90a978885d66f.zip |
Spelling cleanup.
No functional changes, just fixing minor spelling issues.
---
Most of these were identified from the command line by running:
codespell \
--ignore-words-list fpr,stati,keyserver,keyservers,asign,cas,iff,ifset \
--skip '*.po,ChangeLog*,help.*.txt,*.jpg,*.eps,*.pdf,*.png,*.gpg,*.asc' \
doc g13 g10 kbx agent artwork scd tests tools am common dirmngr sm \
NEWS README README.maint TODO
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -299,7 +299,7 @@ Noteworthy changes in version 2.3.0 (unreleased) Changes also found in 2.2.11: - * gpgsm: Fix CRL loading when intermediate certicates are not yet + * gpgsm: Fix CRL loading when intermediate certificates are not yet trusted. * gpgsm: Fix an error message about the digest algo. [#4219] @@ -634,7 +634,7 @@ Noteworthy changes in version 2.3.0 (unreleased) * gpgsm: Do not expect X.509 keyids to be unique. [#1644] - * agent: Fix stucked Pinentry when using --max-passphrase-days. [#3190] + * agent: Fix stuck Pinentry when using --max-passphrase-days. [#3190] * agent: New option --s2k-count. [#3276 (workaround)] @@ -1910,7 +1910,7 @@ Noteworthy changes in version 2.1.0 (2014-11-06) * scdaemon: Rename option --disable-pinpad (was --disable-keypad). - * scdaemon: Better support fo CCID readers. Now, internal CCID + * scdaemon: Better support for CCID readers. Now, internal CCID driver supports readers with no auto configuration feature. * dirmngr: Removed support for the original HKP keyserver which is |