You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2011/02/17 22:19:18 UTC

svn commit: r1071794 - /httpd/httpd/trunk/include/http_core.h

Author: trawick
Date: Thu Feb 17 21:19:16 2011
New Revision: 1071794

URL: http://svn.apache.org/viewvc?rev=1071794&view=rev
Log:
spelling fix

Modified:
    httpd/httpd/trunk/include/http_core.h

Modified: httpd/httpd/trunk/include/http_core.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/http_core.h?rev=1071794&r1=1071793&r2=1071794&view=diff
==============================================================================
--- httpd/httpd/trunk/include/http_core.h (original)
+++ httpd/httpd/trunk/include/http_core.h Thu Feb 17 21:19:16 2011
@@ -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. */