]> granicus.if.org Git - apache/commitdiff
match docs for case of "ScoreBoardFile"
authorJeff Trawick <trawick@apache.org>
Mon, 28 Mar 2011 16:50:11 +0000 (16:50 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 28 Mar 2011 16:50:11 +0000 (16:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086297 13f79535-47bb-0310-9956-ffa450edef68

server/core.c

index 846ee7532b91263623724aca3ec97d698e9d7472..73ae3b8edb17a8871f5f3458ad44bd106caab6af 100644 (file)
@@ -3799,7 +3799,7 @@ AP_INIT_TAKE1("AllowEncodedSlashes", set_allow2f, NULL, RSRC_CONF,
              "Allow URLs containing '/' encoded as '%2F'"),
 
 /* scoreboard.c directives */
-AP_INIT_TAKE1("ScoreboardFile", ap_set_scoreboard, NULL, RSRC_CONF,
+AP_INIT_TAKE1("ScoreBoardFile", ap_set_scoreboard, NULL, RSRC_CONF,
               "A file for Apache to maintain runtime process management information"),
 AP_INIT_FLAG("ExtendedStatus", ap_set_extended_status, NULL, RSRC_CONF,
              "\"On\" to track extended status information, \"Off\" to disable"),