[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#256774: "tasksel" misspelled in warnings and errors



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            kraai@ftbfs.org            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 to: