From: Jeff Trawick Date: Thu, 17 Feb 2011 21:19:16 +0000 (+0000) Subject: spelling fix X-Git-Tag: 2.3.11~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce73ec04848a445912ee27dfd341348329664a81;p=thirdparty%2Fapache%2Fhttpd.git spelling fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1071794 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_core.h b/include/http_core.h index 3dff5e7af77..277b2710610 100644 --- a/include/http_core.h +++ b/include/http_core.h @@ -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. */