diff options
author | khm <devnull@localhost> | 2020-10-22 13:46:00 -0700 |
---|---|---|
committer | khm <devnull@localhost> | 2020-10-22 13:46:00 -0700 |
commit | 19273fdee305cb0ddd75ce1ea9c126846524c83f (patch) | |
tree | e858d4422595aa540c101018fc64465173885601 /sys/src/cmd/upas/fs | |
parent | 797a5ac470e8d43140a81f27e16fc4bf162efa65 (diff) |
upas/fs/mbox.c: fix cosmetic typo
Diffstat (limited to 'sys/src/cmd/upas/fs')
-rw-r--r-- | sys/src/cmd/upas/fs/mbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/upas/fs/mbox.c b/sys/src/cmd/upas/fs/mbox.c index 98d0d325e..8fe102489 100644 --- a/sys/src/cmd/upas/fs/mbox.c +++ b/sys/src/cmd/upas/fs/mbox.c @@ -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; |