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