Author: adsb
Date: 2009-04-12 12:10:55 +0000 (Sun, 12 Apr 2009)
New Revision: 1851
Modified:
trunk/scripts/debchange.pl
Log:
Fix typo
Modified: trunk/scripts/debchange.pl
===================================================================
--- trunk/scripts/debchange.pl 2009-04-11 08:37:02 UTC (rev 1850)
+++ trunk/scripts/debchange.pl 2009-04-12 12:10:55 UTC (rev 1851)
@@ -1393,7 +1393,7 @@
} else {
warn "$progname warning: Couldn't rename directory: $!";
}
- # And check weither a new orig tarball exists
+ # And check whether a new orig tarball exists
my @origs = glob("../$(PACKAGE)_$(new_uversion).*");
my $num_origs = grep { $_ =~
/^$(PACKAGE)_$(new_uversion)\.tar\.(gz|bz2|lzma)$/ } @origs;
if ($num_origs eq 0) {
--
To unsubscribe, send mail to [email protected].