aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2008-01-30 22:11:59 +0000
committerXin LI <delphij@FreeBSD.org>2008-01-30 22:11:59 +0000
commit874f1f4efe893fff6b2f0c525d90fdec45134fbf (patch)
treec70faac6c0f969c8543d30b732f371e53b1c6eda /usr.sbin
parentcb1f76532cf3f37ca48dd54b9b2e1cb0f77bba85 (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/newsyslog/newsyslog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/newsyslog/newsyslog.c b/usr.sbin/newsyslog/newsyslog.c
index a357062f00a6..ef74f23917c8 100644
--- a/usr.sbin/newsyslog/newsyslog.c
+++ b/usr.sbin/newsyslog/newsyslog.c
@@ -91,8 +91,8 @@ __FBSDID("$FreeBSD$");
/*
* Bit-values for the 'flags' parsed from a config-file entry.
*/
-#define CE_COMPACT 0x0001 /* Compact the achived log files with gzip. */
-#define CE_BZCOMPACT 0x0002 /* Compact the achived log files with bzip2. */
+#define CE_COMPACT 0x0001 /* Compact the archived log files with gzip. */
+#define CE_BZCOMPACT 0x0002 /* Compact the archived log files with bzip2. */
#define CE_BINARY 0x0008 /* Logfile is in binary, do not add status */
/* messages to logfile(s) when rotating. */
#define CE_NOSIGNAL 0x0010 /* There is no process to signal when */