You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2012/10/23 02:36:39 UTC

svn commit: r1401133 - /httpd/httpd/trunk/docs/conf/httpd.conf.in

Author: rbowen
Date: Tue Oct 23 00:36:39 2012
New Revision: 1401133

URL: http://svn.apache.org/viewvc?rev=1401133&view=rev
Log:
Typo

Modified:
    httpd/httpd/trunk/docs/conf/httpd.conf.in

Modified: httpd/httpd/trunk/docs/conf/httpd.conf.in
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/httpd.conf.in?rev=1401133&r1=1401132&r2=1401133&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/conf/httpd.conf.in (original)
+++ httpd/httpd/trunk/docs/conf/httpd.conf.in Tue Oct 23 00:36:39 2012
@@ -131,7 +131,7 @@ ServerAdmin you@example.com
 #
 
 Define DOCROOT "@exp_htdocsdir@"
-DocumentRoot "${DOCROOT"}
+DocumentRoot "${DOCROOT}"
 <Directory "${DOCROOT}">
     #
     # Possible values for the Options directive are "None", "All",