]> granicus.if.org Git - apache/commitdiff
Fix a typo for documentation consistency.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 28 Aug 2001 19:54:54 +0000 (19:54 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 28 Aug 2001 19:54:54 +0000 (19:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90773 13f79535-47bb-0310-9956-ffa450edef68

modules/metadata/mod_expires.c

index 549052ad4d99166e8b868d1b66d69bd209318ffe..83d7dff2c57741c5968ecda78fdeae24a45f02df 100644 (file)
@@ -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"),