]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1446236 - fix typo in comment (#58)
authorVladimir Panteleev <CyberShadow@users.noreply.github.com>
Mon, 15 Mar 2021 14:53:48 +0000 (14:53 +0000)
committerGitHub <noreply@github.com>
Mon, 15 Mar 2021 14:53:48 +0000 (15:53 +0100)
Bugzilla/Install/Filesystem.pm

index 9f0eb2f5595981336a98e4557e0896ff390f19f9..a53150256757b265ec8b14bc34d5d7eaca54c427 100644 (file)
@@ -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");