X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=lib%2FPackages%2FDoIndex.pm;h=416f3db56db8fc3ec8b1c81180554f69a5e3b0e1;hp=1c8f52a5eacc6bd38de79eda4b8909bc125b6938;hb=376bc6654631bc29e9532c4f99348b75bed23753;hpb=3cb141cbaf6a29c81ea464e555df33eaa8a75eec 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";