upas/fs/mbox.c: fix cosmetic typo

This commit is contained in:
khm 2020-10-22 13:46:00 -07:00
parent 797a5ac470
commit 19273fdee3

View file

@ -404,7 +404,7 @@ parseattachments(Message *m, Mailbox *mb)
Message *nm, **l;
/* if there's a boundary, recurse... */
dprint("parseattachments %p %ld bonudary %s\n", m->start, (ulong)(m->end - m->start), m->boundary);
dprint("parseattachments %p %ld boundary %s\n", m->start, (ulong)(m->end - m->start), m->boundary);
if(m->boundary != nil){
p = m->body;
nm = nil;