Author: martin
Date: Wed May 10 00:36:54 2006
New Revision: 405665
URL: http://svn.apache.org/viewcvs?rev=405665&view=rev
Log:
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"?)
Modified:
httpd/httpd/trunk/server/scoreboard.c
Modified: httpd/httpd/trunk/server/scoreboard.c
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/scoreboard.c?rev=405665&r1=405664&r2=405665&view=diff
==============================================================================
--- httpd/httpd/trunk/server/scoreboard.c (original)
+++ httpd/httpd/trunk/server/scoreboard.c Wed May 10 00:36:54 2006
@@ -182,7 +182,7 @@
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;
}
|