diff options
author | Larry Hynes <larry@larryhynes.com> | 2017-03-30 16:41:11 +0100 |
---|---|---|
committer | Duncaen <mail@duncano.de> | 2017-03-30 20:29:01 +0200 |
commit | e7d9d3a92209b6c63cf3604a5c5af1524ff1ba38 (patch) | |
tree | d976c8d2c6a159f5e7423cc3597272f4fcbab902 | |
parent | 94448994eeeb24251f9f4d655121e77a023b2dd9 (diff) | |
download | mblaze-e7d9d3a92209b6c63cf3604a5c5af1524ff1ba38.tar.gz mblaze-e7d9d3a92209b6c63cf3604a5c5af1524ff1ba38.tar.xz mblaze-e7d9d3a92209b6c63cf3604a5c5af1524ff1ba38.zip |
mpick: prent -> parent
Closes: #23 [via git-merge-pr]
-rw-r--r-- | mpick.c | 2 |
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) { |