summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2002-02-11 10:57:57 +0000
committerwiz <wiz@NetBSD.org>2002-02-11 10:57:57 +0000
commitf78eb76cbe1b359fe427eeebfe79eb8912efe604 (patch)
tree6cbc51f80c34ef5ce2f66901e85160cc76c744c6 /usr.bin
parent66df0333a155a2b148ee6230fad051160e073626 (diff)
achive is not a good word.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/newsyslog/newsyslog.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/newsyslog/newsyslog.c b/usr.bin/newsyslog/newsyslog.c
index b9f80a6c0f5..7930c50110a 100644
--- a/usr.bin/newsyslog/newsyslog.c
+++ b/usr.bin/newsyslog/newsyslog.c
@@ -1,4 +1,4 @@
-/* $NetBSD: newsyslog.c,v 1.42 2001/06/10 12:06:35 ad Exp $ */
+/* $NetBSD: newsyslog.c,v 1.43 2002/02/11 10:57:58 wiz Exp $ */
/*
* Copyright (c) 1999, 2000 Andrew Doran <ad@NetBSD.org>
@@ -55,7 +55,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: newsyslog.c,v 1.42 2001/06/10 12:06:35 ad Exp $");
+__RCSID("$NetBSD: newsyslog.c,v 1.43 2002/02/11 10:57:58 wiz Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -85,7 +85,7 @@ __RCSID("$NetBSD: newsyslog.c,v 1.42 2001/06/10 12:06:35 ad Exp $");
#define PRHDRINFO(x) ((void)(verbose ? printf x : 0))
#define PRINFO(x) ((void)(verbose ? printf(" ") + printf x : 0))
-#define CE_COMPRESS 0x01 /* Compress the achived log files */
+#define CE_COMPRESS 0x01 /* Compress the archived log files */
#define CE_BINARY 0x02 /* Logfile is a binary file/non-syslog */
#define CE_NOSIGNAL 0x04 /* Don't send a signal when trimmed */
#define CE_CREATE 0x08 /* Create log file if none exists */