From: Jeff Trawick Date: Fri, 17 Jun 2011 21:12:14 +0000 (+0000) Subject: s/seperate/separate/ X-Git-Tag: 2.3.13~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aca61ab7a53f752db5ea462afb00ca4cc875d93c;p=thirdparty%2Fapache%2Fhttpd.git s/seperate/separate/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1137024 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/mod_auth_digest.c b/modules/aaa/mod_auth_digest.c index 1343f1d6f1f..d8aa4fae771 100644 --- a/modules/aaa/mod_auth_digest.c +++ b/modules/aaa/mod_auth_digest.c @@ -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. */ diff --git a/server/scoreboard.c b/server/scoreboard.c index 3b9299264ea..22ce86224bd 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)