On Fri, Dec 23, 2022 at 10:33:43AM -0500, Paul Tagliamonte wrote: > Index: usr.bin/find/function.c > =================================================================== > RCS file: /cvs/src/usr.bin/find/function.c,v > retrieving revision 1.50 > diff -u -p -r1.50 function.c > --- usr.bin/find/function.c 23 Nov 2020 06:21:52 -0000 1.50 > +++ usr.bin/find/function.c 23 Dec 2022 15:20:47 -0000 > @@ -1396,7 +1396,7 @@ c_perm(char *perm, char ***ignored, int > /* > * -print functions -- > * > - * Always true, causes the current pathame to be written to > + * Always true, causes the current pathname to be written to > * standard output. > */ > int > @@ -1576,7 +1576,7 @@ c_user(char *username, char ***ignored, > /* > * -xdev functions -- > * > - * Always true, causes find not to decend past directories that have a > + * Always true, causes find not to descend past directories that have a > * different device ID (st_dev, see stat() S5.6.2 [POSIX.1]) > */ > PLAN * > @@ -1679,7 +1679,7 @@ c_or(char *ignore, char ***ignored, int > * > * At the moment, only N_EXEC has state. Two kinds: 1) > * lists of files to feed to subprocesses 2) State on exit > - * statusses of past subprocesses. > + * statuses of past subprocesses. > */ > /* ARGSUSED1 */ > int
i committed this separately as i changed "statuses" to "status". "status" is uncountable (we don;t have a separate plural), and besides the plural of "subprocesses" is enough. jmc
