From 0904b8ef348a52335c378bee6dc90a978885d66f Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 18 Feb 2020 09:34:42 -0500 Subject: 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 --- tools/gpg-pair-tool.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/gpg-pair-tool.c') 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) -- cgit v1.2.3