diff options
| author | wiz <wiz@NetBSD.org> | 2001-06-11 01:50:48 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2001-06-11 01:50:48 +0000 |
| commit | 40ac848024fd32913acfa4934929eae8ced8919c (patch) | |
| tree | 9c160183b38692459b8e92495dedc04f92d5b795 /usr.bin/error | |
| parent | 081864d5b8558b46b69ba1dad263a49ca5ddc534 (diff) | |
Fix various misspellings of compatible/compatibility.
Diffstat (limited to 'usr.bin/error')
| -rw-r--r-- | usr.bin/error/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/error/main.c b/usr.bin/error/main.c index 53742322f31..da7fe611f5f 100644 --- a/usr.bin/error/main.c +++ b/usr.bin/error/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.5 1998/10/08 01:29:28 wsanchez Exp $ */ +/* $NetBSD: main.c,v 1.6 2001/06/11 01:50:57 wiz Exp $ */ /* * Copyright (c) 1980, 1993 @@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\ #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif -__RCSID("$NetBSD: main.c,v 1.5 1998/10/08 01:29:28 wsanchez Exp $"); +__RCSID("$NetBSD: main.c,v 1.6 2001/06/11 01:50:57 wiz Exp $"); #endif /* not lint */ #include <signal.h> @@ -250,7 +250,7 @@ forkvi(argc, argv) } /* * ed_agument's first argument is - * a vi/ex compatabile search argument + * a vi/ex compatible search argument * to find the first occurance of ### */ try("vi", argc, argv); |
