From: Vladimir Panteleev Date: Mon, 15 Mar 2021 14:53:48 +0000 (+0000) Subject: Bug 1446236 - fix typo in comment (#58) X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=55ef9dae95a056a9d42da92f37bed79838dda45b;p=thirdparty%2Fbugzilla.git Bug 1446236 - fix typo in comment (#58) --- diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index 9f0eb2f55..a53150256 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -419,7 +419,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");