From be127bbaed6536b683edd3a2e5c817a09d0e2364 Mon Sep 17 00:00:00 2001 From: Martin Kraemer Date: Wed, 10 May 2006 07:36:54 +0000 Subject: [PATCH] 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 --- server/scoreboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/scoreboard.c b/server/scoreboard.c index 57a2a67f029..d34ebec083a 100644 --- a/server/scoreboard.c +++ b/server/scoreboard.c @@ -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; } -- 2.47.2