From: Stephen L Johnson Date: Thu, 9 Mar 2000 16:46:03 +0000 (+0000) Subject: fixed misspelling of breif.html X-Git-Tag: spong-2_7-alpha5~50 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc64cab69262eb9d543829f01a4be27ef9c541d3;p=spong.git fixed misspelling of breif.html --- diff --git a/src/lib/Spong/Info.pm b/src/lib/Spong/Info.pm index ca87378..6f55722 100755 --- a/src/lib/Spong/Info.pm +++ b/src/lib/Spong/Info.pm @@ -105,7 +105,7 @@ sub display_html { "standard.txt", "full.html", "full.txt" ); } elsif( $format eq "standard" ) { @cycle = ( "standard.html", "html", "standard.txt", "full.html", - "full.txt", "breif.html", "brief.txt" ); + "full.txt", "brief.html", "brief.txt" ); } elsif( $format eq "full" ) { @cycle = ( "full.html", "html", "full.txt", "brief.html", "brief.txt", "standard.html", "standard.txt" );