From 376bc6654631bc29e9532c4f99348b75bed23753 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Sat, 20 Oct 2007 21:42:05 +0200 Subject: [PATCH] Packages::DoIndex: Fix typo in error message s/suite/subsection/ --- lib/Packages/DoIndex.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Packages/DoIndex.pm b/lib/Packages/DoIndex.pm index 1c8f52a..416f3db 100644 --- a/lib/Packages/DoIndex.pm +++ b/lib/Packages/DoIndex.pm @@ -34,7 +34,7 @@ sub send_file { fatal_error( sprintf( _g( "more than one suite specified for show_static (%s)" ), "@{$opts->{suite}}" ) ); } if (@{$opts->{subsection}} > 1) { - fatal_error( sprintf( _g( "more than one suite specified for show_static (%s)" ), "@{$opts->{suite}}" ) ); + fatal_error( sprintf( _g( "more than one subsection specified for show_static (%s)" ), "@{$opts->{suite}}" ) ); } my $wwwdir = "$TOPDIR/www"; -- 2.39.2