about summary refs log tree commit diff
path: root/mpick.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpick.c')
-rw-r--r--mpick.c2
1 files changed, 1 insertions, 1 deletions
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) {