diff options
author | Jeff Trawick <trawick@apache.org> | 2011-06-17 23:12:14 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2011-06-17 23:12:14 +0200 |
commit | aca61ab7a53f752db5ea462afb00ca4cc875d93c (patch) | |
tree | 6dd6f128c8707cd1b5c6897107674f6b15fdea9b /server/scoreboard.c | |
parent | revert this... sorry (diff) | |
download | apache2-aca61ab7a53f752db5ea462afb00ca4cc875d93c.tar.xz apache2-aca61ab7a53f752db5ea462afb00ca4cc875d93c.zip |
s/seperate/separate/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1137024 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/scoreboard.c')
-rw-r--r-- | server/scoreboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/scoreboard.c b/server/scoreboard.c index 3b9299264e..22ce86224b 100644 --- a/server/scoreboard.c +++ b/server/scoreboard.c @@ -247,7 +247,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) |