diff options
author | Vladimir Panteleev <github.private@thecybershadow.net> | 2018-03-16 02:52:42 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-03-16 02:52:42 +0100 |
commit | 8a04bdd6bc2b5944a2d0bc5680f70829aa8115ce (patch) | |
tree | 39157e8403c48f1f5d88da46574cef1d337f3ad3 /Bugzilla/Install | |
parent | 46b54a0f771081805c133611c41d9f75c493cbc3 (diff) | |
download | bugzilla-8a04bdd6bc2b5944a2d0bc5680f70829aa8115ce.tar.gz bugzilla-8a04bdd6bc2b5944a2d0bc5680f70829aa8115ce.tar.xz |
Bug 1446236 - fix typo in comment
Diffstat (limited to 'Bugzilla/Install')
-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 97ab69b9b..2f4beee4d 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -563,7 +563,7 @@ sub update_filesystem { # Delete old files that no longer need to exist # 2001-04-29 jake@bugzilla.org - Remove oldemailtech - # http://bugzilla.mozilla.org/show_bugs.cgi?id=71552 + # http://bugzilla.mozilla.org/show_bug.cgi?id=71552 if (-d 'shadow') { print "Removing shadow directory...\n"; rmtree("shadow"); |