From c8fbb3bd3bed6c1d86f55d313d98f7e8b09d9fe3 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" Date: Sun, 22 Nov 1998 01:12:09 +0000 Subject: [PATCH] Patch from Sam Ziegler : fix some typos. git-svn-id: svn://10.0.0.236/trunk@15116 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/README | 4 ++-- mozilla/webtools/bugzilla/reports.cgi | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/webtools/bugzilla/README b/mozilla/webtools/bugzilla/README index 7bc8f53c5f8..c792e802fdd 100644 --- a/mozilla/webtools/bugzilla/README +++ b/mozilla/webtools/bugzilla/README @@ -28,8 +28,8 @@ First, you need some other things: Date::Format and Chart::Base available from your nearest CPAN server. See http://www.perl.com/CPAN. ftp://ftp.cpan.org/pub/CPAN/authors/id/GBARR/TimeDate-1.08.tar.gz - ftp://ftp.cpan.com/pub/CPAN/authors/id/DBONNER/Chart-0.99.tar.gz - ftp://ftp.cpan.com/pub/CPAN/authors/id/LDS/GD-1.18.tar.gz + ftp://ftp.cpan.org/pub/CPAN/authors/id/DBONNER/Chart-0.99.tar.gz + ftp://ftp.cpan.org/pub/CPAN/authors/id/LDS/GD-1.18.tar.gz 3) Some kind of HTTP server so you could use CGI scripts Earlier versions of Bugzilla required TCL. THIS IS NO LONGER TRUE. diff --git a/mozilla/webtools/bugzilla/reports.cgi b/mozilla/webtools/bugzilla/reports.cgi index 7456c054edc..410abc105c2 100755 --- a/mozilla/webtools/bugzilla/reports.cgi +++ b/mozilla/webtools/bugzilla/reports.cgi @@ -42,7 +42,7 @@ my %reports = "show_chart" => \&show_chart, ); -# patch from Sam Ziegler : +# patch from Sam Ziegler : # # "reports.cgi currently has it's own idea of what # the header should be. This patch sets it to the