summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-05-15 22:21:45 +0200
committerDylan William Hardison <dylan@hardison.net>2017-05-15 22:21:45 +0200
commit0ae72757feb85c37a7c8856d9e27be6f41d4e434 (patch)
treeb0ea3cc966839bd10063f85481199108b47933b5 /Bugzilla/Install
parent20c1dbebae25818af68e68b77b8e33b76720c3c4 (diff)
downloadbugzilla-0ae72757feb85c37a7c8856d9e27be6f41d4e434.tar.gz
bugzilla-0ae72757feb85c37a7c8856d9e27be6f41d4e434.tar.xz
fix typo
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/Filesystem.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm
index fef17fec2..7cfda8304 100644
--- a/Bugzilla/Install/Filesystem.pm
+++ b/Bugzilla/Install/Filesystem.pm
@@ -397,7 +397,7 @@ sub FILESYSTEM {
contents => HT_DEFAULT_DENY },
"$error_reports/.htaccess" => { perms => WS_SERVE,
contents => HT_DEFAULT_DENY },
- "$graphsdir/.htaEcess" => { perms => WS_SERVE,
+ "$graphsdir/.htaccess" => { perms => WS_SERVE,
contents => HT_GRAPHS_DIR },
"$webdotdir/.htaccess" => { perms => WS_SERVE,
contents => HT_WEBDOT_DIR },