Package: tasksel
Version: 2.03
Severity: minor
Tags: patch

The warning and error functions misspell "tasksel" as "taskel".
The attached patch fixes them.

-- 
Matt Kraai            [EMAIL PROTECTED]            http://ftbfs.org/
Index: tasksel/tasksel.pl
===================================================================
--- tasksel/tasksel.pl  (revision 606)
+++ tasksel/tasksel.pl  (working copy)
@@ -13,11 +13,11 @@
 my $descdir="/usr/share/tasksel";
 
 sub warning {
-       print STDERR "taskel: @_\n";
+       print STDERR "tasksel: @_\n";
 }
 
 sub error {
-       print STDERR "taskel: @_\n";
+       print STDERR "tasksel: @_\n";
        exit 1;
 }
 

Reply via email to