From f8d2cfdff3c25d8df30f2dfdd6689935bcda3334 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Mon, 8 Jun 2015 23:06:21 -0400 Subject: [PATCH] tools: Fix typo in make_project. --- tools/make_project | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make_project b/tools/make_project index 6958e558a6..42c5d77007 100755 --- a/tools/make_project +++ b/tools/make_project @@ -326,7 +326,7 @@ print >>open(httpd_conf_template_filename,'w'), ''' # in the following, the "Order" and "Allow" lines are for Apache 2.2; # for Apache 2.4, replace them with the single line - * Require all granted + # Require all granted Options Indexes FollowSymlinks MultiViews