diff options
author | Daniel Kahn Gillmor <[email protected]> | 2017-02-20 21:25:15 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2017-02-21 18:11:46 +0000 |
commit | ccb420380b2f23f1bd28b17e6a4233c86291887d (patch) | |
tree | 66b731daf5b55e6ccc3d43a6bbd7e155ac33944d /tools/gpgparsemail.c | |
parent | Clean up word replication. (diff) | |
download | gnupg-ccb420380b2f23f1bd28b17e6a4233c86291887d.tar.gz gnupg-ccb420380b2f23f1bd28b17e6a4233c86291887d.zip |
Fix spelling.
--
Clean up several other misspellings noticed while reviewing Yuri's
de-duplication patch.
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'tools/gpgparsemail.c')
-rw-r--r-- | tools/gpgparsemail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgparsemail.c b/tools/gpgparsemail.c index 8c9c4d4ec..b12209755 100644 --- a/tools/gpgparsemail.c +++ b/tools/gpgparsemail.c @@ -463,7 +463,7 @@ show_event (rfc822parse_event_t event) /* This function is called by the parser to communicate events. This callback comminucates with the main program using a structure - passed in OPAQUE. Should retrun 0 or set errno and return -1. */ + passed in OPAQUE. Should return 0 or set errno and return -1. */ static int message_cb (void *opaque, rfc822parse_event_t event, rfc822parse_t msg) { |