upas/fs/mbox.c: fix cosmetic typo
This commit is contained in:
parent
797a5ac470
commit
19273fdee3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue