diff options
author | Nick Piper <[email protected]> | 2020-01-28 10:17:09 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2020-02-18 23:07:33 +0000 |
commit | 0e1cbabc0ad4fe2ca9644fffb5cf27b1a8a1509f (patch) | |
tree | 41b9ee953e54bfd328ff3b59f707fc5093455c4a | |
parent | sm: Remove left over debug output. (diff) | |
download | gnupg-0e1cbabc0ad4fe2ca9644fffb5cf27b1a8a1509f.tar.gz gnupg-0e1cbabc0ad4fe2ca9644fffb5cf27b1a8a1509f.zip |
doc: Correction of typo in documentation of KEY_CONSIDERED
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
-rw-r--r-- | doc/DETAILS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index eb8abe4b4..91943e67b 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -735,7 +735,7 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB: Issued if no senders are usable. *** KEY_CONSIDERED <fpr> <flags> - Issued to explian the lookup of a key. FPR is the hexified + Issued to explain the lookup of a key. FPR is the hexified fingerprint of the primary key. The bit values for FLAGS are: - 1 :: The key has not been selected. |