summaryrefslogtreecommitdiff
path: root/usr.bin/error
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-12-12 13:05:13 +0000
committerandvar <andvar@NetBSD.org>2021-12-12 13:05:13 +0000
commitb2c5e2004cbbee351471fc40510b685b532856ee (patch)
tree3c3e02f3c011f8508a1011ed0c0bd54871ad2d1e /usr.bin/error
parentd9e475d86524d2b0e8ece9869a7a8e656c27dae4 (diff)
fix various typos, mainly in comments.
Diffstat (limited to 'usr.bin/error')
-rw-r--r--usr.bin/error/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/error/main.c b/usr.bin/error/main.c
index c7b509306e1..e77f56abdb1 100644
--- a/usr.bin/error/main.c
+++ b/usr.bin/error/main.c
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.21 2011/08/17 13:11:22 christos Exp $ */
+/* $NetBSD: main.c,v 1.22 2021/12/12 13:05:14 andvar Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\
#if 0
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93";
#endif
-__RCSID("$NetBSD: main.c,v 1.21 2011/08/17 13:11:22 christos Exp $");
+__RCSID("$NetBSD: main.c,v 1.22 2021/12/12 13:05:14 andvar Exp $");
#endif /* not lint */
#include <signal.h>
@@ -252,7 +252,7 @@ forkvi(int argc, char **argv)
}
}
/*
- * ed_agument's first argument is
+ * ed_argument's first argument is
* a vi/ex compatible search argument
* to find the first occurrence of ###
*/