1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-06 16:49:32 +03:00

s/seperate/separate/

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1137024 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeff Trawick
2011-06-17 21:12:14 +00:00
parent 2e655b0b63
commit aca61ab7a5
2 changed files with 2 additions and 2 deletions

View File

@@ -1183,7 +1183,7 @@ static client_entry *gen_client(const request_rec *r)
* contacting the password server with the necessary information (typically
* the username, realm, nonce, and cnonce) and receiving the hash from it.
*
* TBD: This function should probably be in a seperate source file so that
* TBD: This function should probably be in a separate source file so that
* people need not modify mod_auth_digest.c each time they install a new
* version of apache.
*/

View File

@@ -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)