diff options
| author | 1996-02-22 00:32:55 +0000 | |
|---|---|---|
| committer | 1996-02-22 00:32:55 +0000 | |
| commit | 5d931c392c5907899efff0213882dc49515403c4 (patch) | |
| tree | ab8a23ba23cf3ce54c2d0d77004326ccb0c8c709 /usr.sbin/config/files.c | |
| parent | From NetBSD: (diff) | |
| download | wireguard-openbsd-5d931c392c5907899efff0213882dc49515403c4.tar.xz wireguard-openbsd-5d931c392c5907899efff0213882dc49515403c4.zip | |
From NetBSD:
Spelling correction
Diffstat (limited to 'usr.sbin/config/files.c')
| -rw-r--r-- | usr.sbin/config/files.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/config/files.c b/usr.sbin/config/files.c index fbadd79760c..a010ee37400 100644 --- a/usr.sbin/config/files.c +++ b/usr.sbin/config/files.c @@ -40,7 +40,7 @@ * SUCH DAMAGE. * * from: @(#)files.c 8.1 (Berkeley) 6/6/93 - * $Id: files.c,v 1.1.1.1 1995/10/18 08:48:33 deraadt Exp $ + * $Id: files.c,v 1.2 1996/02/22 00:32:55 niklas Exp $ */ #include <sys/param.h> @@ -141,7 +141,7 @@ addfile(path, opts, flags, rule) if ((fi = ht_lookup(basetab, base)) != NULL) { if (fi->fi_srcfile != yyfile) { showprev("note: ", fi); - error("is overriden by %s", path); + error("is overridden by %s", path); errors--; /* take it away */ fi->fi_flags |= FI_HIDDEN; } else { |
