summaryrefslogtreecommitdiff
path: root/alpine/reply.c
diff options
context:
space:
mode:
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 89c0d9b..57d9e2d 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)...