about summary refs log tree commit diff
path: root/mpick.c
diff options
context:
space:
mode:
authorLarry Hynes <larry@larryhynes.com>2017-03-30 16:41:11 +0100
committerDuncaen <mail@duncano.de>2017-03-30 20:29:01 +0200
commite7d9d3a92209b6c63cf3604a5c5af1524ff1ba38 (patch)
treed976c8d2c6a159f5e7423cc3597272f4fcbab902 /mpick.c
parent94448994eeeb24251f9f4d655121e77a023b2dd9 (diff)
downloadmblaze-e7d9d3a92209b6c63cf3604a5c5af1524ff1ba38.tar.gz
mblaze-e7d9d3a92209b6c63cf3604a5c5af1524ff1ba38.tar.xz
mblaze-e7d9d3a92209b6c63cf3604a5c5af1524ff1ba38.zip
mpick: prent -> parent
Closes: #23 [via git-merge-pr]
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) {