summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-04-09 23:22:50 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-04-09 23:22:50 +0200
commit4b18c781b5cb949e4166f66d312e33820834fdc8 (patch)
tree3f255ec3fc12acbd8761534ba9441708f769d20b /Bugzilla/Install
parent71fd7fa1d81f62ba7c2ad65426133946c8d8eaae (diff)
downloadbugzilla-4b18c781b5cb949e4166f66d312e33820834fdc8.tar.gz
bugzilla-4b18c781b5cb949e4166f66d312e33820834fdc8.tar.xz
Fix typo
https://bugzilla.mozilla.org/show_bug.cgi?id=679965
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 b661d0aef..cf61a6ec2 100644
--- a/Bugzilla/Install/Filesystem.pm
+++ b/Bugzilla/Install/Filesystem.pm
@@ -160,7 +160,7 @@ sub FILESYSTEM {
'contrib/README' => { perms => OWNER_WRITE },
'contrib/*/README' => { perms => OWNER_WRITE },
- 'contrib/Bugzilla.pm', => { perms => OWNER_WRITE },
+ 'contrib/Bugzilla.pm' => { perms => OWNER_WRITE },
'docs/bugzilla.ent' => { perms => OWNER_WRITE },
'docs/makedocs.pl' => { perms => OWNER_EXECUTE },
'docs/style.css' => { perms => WS_SERVE },