From: jmc Date: Mon, 26 Dec 2022 18:51:18 +0000 (+0000) Subject: spelling fixes from paul tagliamonte; X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=da394b078cc4ce90efcd7220fe208b5ed4198f69;p=openbsd spelling fixes from paul tagliamonte; part of a larger diff: i'm committing this separately as i changed statuses to status; --- diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index e74714c6b76..381a6b53707 100644 --- a/usr.bin/find/function.c +++ b/usr.bin/find/function.c @@ -1,4 +1,4 @@ -/* $OpenBSD: function.c,v 1.50 2020/11/23 06:21:52 halex Exp $ */ +/* $OpenBSD: function.c,v 1.51 2022/12/26 18:51:18 jmc Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -1396,7 +1396,7 @@ c_perm(char *perm, char ***ignored, int unused) /* * -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, int unused) /* * -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 unused) * * 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. + * status of past subprocesses. */ /* ARGSUSED1 */ int