Commit 57abd718 authored by Martin Kraemer's avatar Martin Kraemer
Browse files

Typo (..for use with by the scoreboard) changed to

"..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
parent 5576fcab
Loading
Loading
Loading
Loading
+1 −1
Changes for server/scoreboard.c: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -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;
    }