Fix typos

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83969 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Martin Kraemer
1999-10-11 22:07:29 +00:00
parent 30d1160669
commit 0c7673561b
7 changed files with 11 additions and 11 deletions

View File

@ -332,7 +332,7 @@ API_EXPORT(int) ap_find_path_info(const char *uri, const char *path_info)
}
/* Obtain the Request-URI from the original request-line, returning
* a new string from the request ap_context_t containing the URI or "".
* a new string from the request pool containing the URI or "".
*/
static char *original_uri(request_rec *r)
{
@ -997,7 +997,7 @@ API_EXPORT(int) ap_call_exec(request_rec *r, ap_child_info_t *pinfo, char *argv0
}
#else
/* TODO: re ap_context_t mplement suexec */
/* TODO: reimplement suexec */
#if 0
if (ap_suexec_enabled
&& ((r->server->server_uid != ap_user_id)