]> git.deb.at Git - deb/packages.git/blobdiff - lib/Packages/DoIndex.pm
Packages::DoIndex: Fix typo in error message
[deb/packages.git] / lib / Packages / DoIndex.pm
index 1c8f52a5eacc6bd38de79eda4b8909bc125b6938..416f3db56db8fc3ec8b1c81180554f69a5e3b0e1 100644 (file)
@@ -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";