]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix a couple of silly typos, already fixed in later branches
authorJeff Trawick <trawick@apache.org>
Tue, 24 Jul 2012 13:46:40 +0000 (13:46 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 24 Jul 2012 13:46:40 +0000 (13:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1365051 13f79535-47bb-0310-9956-ffa450edef68

server/scoreboard.c

index 97b67f7a567a9bc2dd4b277c3d83e3d73bd385c6..281253b844caa2cde94589e25d90ee6a22d57f81 100644 (file)
@@ -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)