shithub: riscv

Download patch

ref: 19273fdee305cb0ddd75ce1ea9c126846524c83f
parent: 797a5ac470e8d43140a81f27e16fc4bf162efa65
author: khm <devnull@localhost>
date: Thu Oct 22 09:46:00 EDT 2020

upas/fs/mbox.c:  fix cosmetic typo

--- a/sys/src/cmd/upas/fs/mbox.c
+++ b/sys/src/cmd/upas/fs/mbox.c
@@ -404,7 +404,7 @@
 	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;