]> granicus.if.org Git - apache/commitdiff
Typo (..for use with by the scoreboard) changed to
authorMartin Kraemer <martin@apache.org>
Wed, 10 May 2006 07:36:54 +0000 (07:36 +0000)
committerMartin Kraemer <martin@apache.org>
Wed, 10 May 2006 07:36:54 +0000 (07:36 +0000)
"..for use by the scoreboard" (not 100% sure -- or
should it be "..for use with the scoreboard"?)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@405665 13f79535-47bb-0310-9956-ffa450edef68

server/scoreboard.c

index 57a2a67f029e8c0f3cac06e25961fa1f431a1596..d34ebec083ae9d8b072e139ef8b329980fef5a68 100644 (file)
@@ -182,7 +182,7 @@ static apr_status_t open_scoreboard(apr_pool_t *pconf)
     if (rv != APR_SUCCESS) {
         ap_log_error(APLOG_MARK, APLOG_CRIT, rv, NULL,
                      "Fatal error: unable to create global pool "
-                     "for use with by the scoreboard");
+                     "for use by the scoreboard");
         return rv;
     }