From e7d9d3a92209b6c63cf3604a5c5af1524ff1ba38 Mon Sep 17 00:00:00 2001 From: Larry Hynes Date: Thu, 30 Mar 2017 16:41:11 +0100 Subject: mpick: prent -> parent Closes: #23 [via git-merge-pr] --- mpick.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpick.c') diff --git a/mpick.c b/mpick.c index 33a76c5..ae745db 100644 --- a/mpick.c +++ b/mpick.c @@ -1068,7 +1068,7 @@ collect(char *file) ml = thr->cur + 1; if (thr->cur->m->depth < m->depth) { - /* previous mail is a prent */ + /* previous mail is a parent */ thr->cur->m->flags |= FLAG_PARENT; ml->parent = thr->cur; } else if (thr->cur->m->depth == m->depth) { -- cgit 1.4.1