Commit 158b0e32 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

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
parent c262e831
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)