From: William A. Rowe Jr Date: Tue, 28 Aug 2001 19:54:54 +0000 (+0000) Subject: Fix a typo for documentation consistency. X-Git-Tag: 2.0.25~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ec4715de8cf199396d1561d8a98923a46064c08;p=apache Fix a typo for documentation consistency. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90773 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/metadata/mod_expires.c b/modules/metadata/mod_expires.c index 549052ad4d..83d7dff2c5 100644 --- a/modules/metadata/mod_expires.c +++ b/modules/metadata/mod_expires.c @@ -384,7 +384,7 @@ static const command_rec expires_cmds[] = { AP_INIT_FLAG("ExpiresActive", set_expiresactive, NULL, DIR_CMD_PERMS, "Limited to 'on' or 'off'"), - AP_INIT_TAKE2("ExpiresBytype", set_expiresbytype, NULL, DIR_CMD_PERMS, + AP_INIT_TAKE2("ExpiresByType", set_expiresbytype, NULL, DIR_CMD_PERMS, "a MIME type followed by an expiry date code"), AP_INIT_TAKE1("ExpiresDefault", set_expiresdefault, NULL, DIR_CMD_PERMS, "an expiry date code"),