mtree: Fix typos
Manually apply a typo fix. This change has already been submitted upstream as bin/59824. MFC after: 1 week
This commit is contained in:
@@ -285,7 +285,7 @@ typeerr: LABEL;
|
||||
|
||||
LABEL;
|
||||
printf(flavor == F_FREEBSD9 ?
|
||||
"%spermissions expcted %#lo found %#lo" :
|
||||
"%spermissions expected %#lo found %#lo" :
|
||||
"%spermissions (%#lo, %#lo",
|
||||
tab, (u_long)s->st_mode,
|
||||
(u_long)p->fts_statp->st_mode & MBITS);
|
||||
|
||||
@@ -803,7 +803,7 @@ addchild(NODE *pathparent, NODE *centry)
|
||||
*
|
||||
* Make centry point to the just-replaced node. Unlink
|
||||
* the just-replaced node from the list, and allow it to
|
||||
* be insterted in the correct position later.
|
||||
* be inserted in the correct position later.
|
||||
*/
|
||||
centry = samename;
|
||||
if (centry->prev)
|
||||
|
||||
Reference in New Issue
Block a user