* 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.
*/
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)