projects
/
deb
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3cb141c
)
Packages::DoIndex: Fix typo in error message
author
Frank Lichtenheld
<frank@lichtenheld.de>
Sat, 20 Oct 2007 19:42:05 +0000
(21:42 +0200)
committer
Frank Lichtenheld
<frank@lichtenheld.de>
Sat, 20 Oct 2007 19:53:21 +0000
(21:53 +0200)
s/suite/subsection/
lib/Packages/DoIndex.pm
patch
|
blob
|
history
diff --git
a/lib/Packages/DoIndex.pm
b/lib/Packages/DoIndex.pm
index 1c8f52a5eacc6bd38de79eda4b8909bc125b6938..416f3db56db8fc3ec8b1c81180554f69a5e3b0e1 100644
(file)
--- 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}}" ) );
}
if (@{$opts->{subsection}} > 1) {
- fatal_error( sprintf( _g( "more than one su
ite
specified for show_static (%s)" ), "@{$opts->{suite}}" ) );
+ fatal_error( sprintf( _g( "more than one su
bsection
specified for show_static (%s)" ), "@{$opts->{suite}}" ) );
}
my $wwwdir = "$TOPDIR/www";
}
my $wwwdir = "$TOPDIR/www";