From 67a9cd497750e1e5bca545a6b97bcf49d5a7551f Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Sun, 22 Nov 1998 09:12:09 +0000 Subject: Patch from Sam Ziegler : fix some typos. --- README | 4 ++-- reports.cgi | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 7bc8f53c5..c792e802f 100644 --- a/README +++ b/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/reports.cgi b/reports.cgi index 7456c054e..410abc105 100755 --- a/reports.cgi +++ b/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 -- cgit v1.2.3-24-g4f1b