commit 3b3156d94470bb947ed2217ca5259c38b702cddd
parent 7087f6b973663ac3c8e64ceaaf2c7b0e7769976c
Author: wwp <wwp@free.fr>
Date: Wed, 18 Apr 2018 18:24:06 +0200
Clean-up in comments (The Commit Of The Year).
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/compose.c b/src/compose.c
@@ -6161,7 +6161,7 @@ static ComposeQueueResult compose_queue_sub(Compose *compose, gint *msgnum, Fold
else
err |= (fprintf(fp, "NSV:\n") < 0);
err |= (fprintf(fp, "SSH:\n") < 0);
- /* write recepient list */
+ /* write recipient list */
if (compose->to_list) {
err |= (fprintf(fp, "R:<%s>", (gchar *)compose->to_list->data) < 0);
for (cur = compose->to_list->next; cur != NULL;
@@ -6177,7 +6177,7 @@ static ComposeQueueResult compose_queue_sub(Compose *compose, gint *msgnum, Fold
err |= (fprintf(fp, ",%s", (gchar *)cur->data) < 0);
err |= (fprintf(fp, "\n") < 0);
}
- /* Sylpheed account IDs */
+ /* account IDs */
if (mailac)
err |= (fprintf(fp, "MAID:%d\n", mailac->account_id) < 0);
if (newsac)