From 55ef9dae95a056a9d42da92f37bed79838dda45b Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Mon, 15 Mar 2021 14:53:48 +0000 Subject: [PATCH] Bug 1446236 - fix typo in comment (#58) --- Bugzilla/Install/Filesystem.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.47.3