From: Jeff Trawick Date: Tue, 24 Jul 2012 13:46:40 +0000 (+0000) Subject: fix a couple of silly typos, already fixed in later branches X-Git-Tag: 2.2.23~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd6b4e6dbbfd11a515417dc87b2aab765a975122;p=thirdparty%2Fapache%2Fhttpd.git fix a couple of silly typos, already fixed in later branches git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1365051 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/scoreboard.c b/server/scoreboard.c index 97b67f7a567..281253b844c 100644 --- a/server/scoreboard.c +++ b/server/scoreboard.c @@ -185,7 +185,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 with the scoreboard"); return rv; } @@ -223,7 +223,7 @@ static apr_status_t open_scoreboard(apr_pool_t *pconf) return APR_SUCCESS; } -/* If detach is non-zero, this is a seperate child process, +/* If detach is non-zero, this is a separate child process, * if zero, it is a forked child. */ apr_status_t ap_reopen_scoreboard(apr_pool_t *p, apr_shm_t **shm, int detached)