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 /tools/gpg-pair-tool.c | |
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 'tools/gpg-pair-tool.c')
-rw-r--r-- | tools/gpg-pair-tool.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/gpg-pair-tool.c b/tools/gpg-pair-tool.c index 4a18b97bd..61877b171 100644 --- a/tools/gpg-pair-tool.c +++ b/tools/gpg-pair-tool.c @@ -87,7 +87,7 @@ * The Responder receives the DHPART2 message and checks that the hash * of the received PKi matches the Hash(PKi) value as received earlier * with the COMMIT message. The Responder now also computes the - * shared master secret from its SKr and the recived PKi and derives + * shared master secret from its SKr and the received PKi and derives * the keys: * * - HMACi-key using the label "GPG-pa1-HMACi-key". @@ -324,7 +324,7 @@ set_status_fd (int fd) } -/* Write a status line with code NO followed by the outout of the +/* Write a status line with code NO followed by the output of the * printf style FORMAT. The caller needs to make sure that LFs and * CRs are not printed. */ static void @@ -876,7 +876,7 @@ send_message (const unsigned char *msg, size_t msglen) * error NULL is stored at R_MSG, a diagnostic printed and an error * code returned. The returned message has a proper message type and * an appropriate length. The message type is stored at R_MSGTYPE and - * if a state is availabale it is stored at R_STATE. */ + * if a state is available it is stored at R_STATE. */ static gpg_error_t read_message (unsigned char **r_msg, size_t *r_msglen, int *r_msgtype, nvc_t *r_state) |