diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-04-09 23:22:50 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-04-09 23:22:50 +0200 |
commit | 4b18c781b5cb949e4166f66d312e33820834fdc8 (patch) | |
tree | 3f255ec3fc12acbd8761534ba9441708f769d20b | |
parent | 71fd7fa1d81f62ba7c2ad65426133946c8d8eaae (diff) | |
download | bugzilla-4b18c781b5cb949e4166f66d312e33820834fdc8.tar.gz bugzilla-4b18c781b5cb949e4166f66d312e33820834fdc8.tar.xz |
Fix typo
https://bugzilla.mozilla.org/show_bug.cgi?id=679965
-rw-r--r-- | Bugzilla/Install/Filesystem.pm | 2 |
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 }, |