diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2013-01-06 22:06:55 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2013-01-06 22:06:55 +0000 |
commit | e945ca6ee8b467e638d1830d7c4698c9aa55ea53 (patch) | |
tree | 12df632f81dd2cc9084404914249e43f9c782e9d /usr.sbin/httpd | |
parent | 03517a7bc54377f30b44f30d5be1f423f9a7c2b7 (diff) |
acknowlege -> acknowledge
compatability -> compatibility
OK jmc@.
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r-- | usr.sbin/httpd/src/modules/standard/mod_log_config.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/httpd/src/modules/standard/mod_log_config.c b/usr.sbin/httpd/src/modules/standard/mod_log_config.c index 74ae4281a95..64e93178978 100644 --- a/usr.sbin/httpd/src/modules/standard/mod_log_config.c +++ b/usr.sbin/httpd/src/modules/standard/mod_log_config.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mod_log_config.c,v 1.19 2010/02/25 07:49:53 pyr Exp $ */ +/* $OpenBSD: mod_log_config.c,v 1.20 2013/01/06 22:06:54 martynas Exp $ */ /* ==================================================================== * The Apache Software License, Version 1.1 @@ -75,7 +75,7 @@ * Log to file fn with format given by the format * argument * - * CookieLog fn For backwards compatability with old Cookie + * CookieLog fn For backwards compatibility with old Cookie * logging module - now deprecated. * * There can be any number of TransferLog and CustomLog @@ -86,7 +86,7 @@ * the request will be logged to the log file(s) defined outside * the virtual host section. If a TransferLog or CustomLog directive * appears in the VirtualHost section, the log files defined outside - * the VirtualHost will _not_ be used. This makes this module compatable + * the VirtualHost will _not_ be used. This makes this module compatible * with the CLF and config log modules, where the use of TransferLog * inside the VirtualHost section overrides its use outside. * |