From: Stephen L Johnson Date: Thu, 9 Mar 2000 16:40:08 +0000 (+0000) Subject: fixed misspelt breif.txt to brief.txt X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c81a633a506592f4a9949ccb71e111ac73181a7;p=spong.git fixed misspelt breif.txt to brief.txt --- 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" );