spelling fixes from paul tagliamonte;
authorjmc <jmc@openbsd.org>
Mon, 26 Dec 2022 18:51:18 +0000 (18:51 +0000)
committerjmc <jmc@openbsd.org>
Mon, 26 Dec 2022 18:51:18 +0000 (18:51 +0000)
part of a larger diff: i'm committing this separately
as i changed statuses to status;

usr.bin/find/function.c

index e74714c..381a6b5 100644 (file)
@@ -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