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:
Jose Luis Duran
2025-12-09 13:18:23 +00:00
parent 49b6dda4d7
commit dab5daf54c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -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)