summaryrefslogtreecommitdiff
path: root/alpine/reply.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-01-15 21:41:39 -0700
committerEduardo Chappa <chappa@washington.edu>2020-01-15 21:41:39 -0700
commit06c6ab430b223f6923fe74a4b8d11f3e626848a8 (patch)
tree2b483acf3ec2da573992c20b766a480e22f4c45a /alpine/reply.c
parent9822842646bc2b940d4b98a260ee4e3ac26fce57 (diff)
downloadalpine-06c6ab430b223f6923fe74a4b8d11f3e626848a8.tar.xz
* Fix a number of misspellings in the source code of Alpine. I hav only
fixed those that belong to the source code of Alpine and do not come from an external source. List contributed by Jens Schleusener.
Diffstat (limited to 'alpine/reply.c')
-rw-r--r--alpine/reply.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/alpine/reply.c b/alpine/reply.c
index 89c0d9be..57d9e2d5 100644
--- a/alpine/reply.c
+++ b/alpine/reply.c
@@ -242,7 +242,7 @@ reply(struct pine *pine_state, ACTION_S *role_arg)
}
/*
- * If we're agg-replying or there's a newsgroup and the user want's
+ * If we're agg-replying or there's a newsgroup and the user wants
* to post to news *and* via email, add relevant addresses to the
* outgoing envelope...
*
@@ -431,7 +431,7 @@ reply(struct pine *pine_state, ACTION_S *role_arg)
seq[++times] = -1L; /* mark end of sequence list */
- /*========== Other miscelaneous fields ===================*/
+ /*========== Other miscellaneous fields ===================*/
outgoing->in_reply_to = reply_in_reply_to(env);
outgoing->references = reply_build_refs(env);
outgoing->message_id = generate_message_id();
@@ -2168,7 +2168,7 @@ signature_edit(char *sigfile, char *title)
ps_global->msgmap,
0, FolderName, 0, 0, NULL);
- /* NOTE: at this point, alot of pico struct fields are null'd out
+ /* NOTE: at this point, a lot of pico struct fields are null'd out
* thanks to the leading memset; in particular "headents" which tells
* pico to behave like a normal editor (though modified slightly to
* let the caller dictate the file to edit and such)...
@@ -2362,7 +2362,7 @@ signature_edit_lit(char *litsig, char **result, char *title, HelpType composer_h
ps_global->msgmap,
0, FolderName, 0, 0, NULL);
- /* NOTE: at this point, alot of pico struct fields are null'd out
+ /* NOTE: at this point, a lot of pico struct fields are null'd out
* thanks to the leading memset; in particular "headents" which tells
* pico to behave like a normal editor (though modified slightly to
* let the caller dictate the file to edit and such)...