Commit 5c3d4cac authored by Erik Abele's avatar Erik Abele
Browse files

Minor comment fixes, no code changes:

  - 'sub request' -> 'subrequest'
  - @retrn -> @return
  - ...

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105409 13f79535-47bb-0310-9956-ffa450edef68
parent c787e199
Loading
Loading
Loading
Loading
+14 −14
Original line number Diff line number Diff line
@@ -193,9 +193,9 @@ AP_DECLARE(void) ap_internal_fast_redirect(request_rec *sub_req, request_rec *r)
AP_DECLARE(int) ap_some_auth_required(request_rec *r);
 
/**
 * Determine if the current request is the main request or a sub requests
 * Determine if the current request is the main request or a subrequest
 * @param r The current request
 * @retrn 1 if this is a main request, 0 otherwise
 * @return 1 if this is the main request, 0 otherwise
 * @deffunc int ap_is_initial_req(request_rec *r)
 */
AP_DECLARE(int) ap_is_initial_req(request_rec *r);
+1 −1

File changed.

Contains only whitespace changes.