summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-10-15 21:53:21 +0000
committerandvar <andvar@NetBSD.org>2022-10-15 21:53:21 +0000
commit86d79a4cb293d00f2aba6350490d6a40d1da900b (patch)
treee34bc4535a5f22f102ec53f47ee0d6560018b170 /usr.bin
parent95f0a126b217431613e22702378f5d25b8d01aa0 (diff)
fix various typos in documentation and comments.
mainly in words functionality, functional, function.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/grep/grep.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/grep/grep.c b/usr.bin/grep/grep.c
index bad2a7398a4..19368d6772a 100644
--- a/usr.bin/grep/grep.c
+++ b/usr.bin/grep/grep.c
@@ -1,4 +1,4 @@
-/* $NetBSD: grep.c,v 1.15 2018/08/12 09:03:21 christos Exp $ */
+/* $NetBSD: grep.c,v 1.16 2022/10/15 21:53:22 andvar Exp $ */
/* $FreeBSD: head/usr.bin/grep/grep.c 211519 2010-08-19 22:55:17Z delphij $ */
/* $OpenBSD: grep.c,v 1.42 2010/07/02 22:18:03 tedu Exp $ */
@@ -34,7 +34,7 @@
#endif
#include <sys/cdefs.h>
-__RCSID("$NetBSD: grep.c,v 1.15 2018/08/12 09:03:21 christos Exp $");
+__RCSID("$NetBSD: grep.c,v 1.16 2022/10/15 21:53:22 andvar Exp $");
#include <sys/stat.h>
#include <sys/types.h>
@@ -60,7 +60,7 @@ nl_catd catalog;
#endif
/*
- * Default messags to use when NLS is disabled or no catalogue
+ * Default messages to use when NLS is disabled or no catalogue
* is found.
*/
const char *errstr[] = {
@@ -330,7 +330,7 @@ main(int argc, char *argv[])
#endif
/* Check what is the program name of the binary. In this
- way we can have all the funcionalities in one binary
+ way we can have all the functionalities in one binary
without the need of scripting and using ugly hacks. */
switch (__progname[0]) {
case 'e':