From 5c81a633a506592f4a9949ccb71e111ac73181a7 Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Thu, 9 Mar 2000 16:40:08 +0000 Subject: [PATCH] fixed misspelt breif.txt to brief.txt --- src/lib/Spong/Info.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ); -- 2.30.2