Fix two typos.

This commit is contained in:
Xin LI 2008-01-30 22:11:59 +00:00
parent cb1f76532c
commit 874f1f4efe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175837

View File

@ -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 */