From: Frank Lichtenheld Date: Sat, 20 Oct 2007 19:42:05 +0000 (+0200) Subject: Packages::DoIndex: Fix typo in error message X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=376bc6654631bc29e9532c4f99348b75bed23753 Packages::DoIndex: Fix typo in error message s/suite/subsection/ --- 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";