]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
spelling fix
authorJeff Trawick <trawick@apache.org>
Thu, 17 Feb 2011 21:19:16 +0000 (21:19 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 17 Feb 2011 21:19:16 +0000 (21:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1071794 13f79535-47bb-0310-9956-ffa450edef68

include/http_core.h

index 3dff5e7af77d7edc1a822569ce0b081dd94689dd..277b2710610e1ba0294cda651a900c22ba598aba 100644 (file)
@@ -696,7 +696,7 @@ typedef struct ap_errorlog_info {
 
     /** current request_rec. */
     const request_rec *r;
-    /** r->main if r is a subreqest, otherwise equal to r */
+    /** r->main if r is a subrequest, otherwise equal to r */
     const request_rec *rmain;
 
     /** name of source file where the log message was produced. */