aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgparsemail.c
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <[email protected]>2017-02-20 21:25:15 +0000
committerDaniel Kahn Gillmor <[email protected]>2017-02-21 18:11:46 +0000
commitccb420380b2f23f1bd28b17e6a4233c86291887d (patch)
tree66b731daf5b55e6ccc3d43a6bbd7e155ac33944d /tools/gpgparsemail.c
parentClean up word replication. (diff)
downloadgnupg-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.c2
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)
{