From 4dcc459171fee2539abbc25df2f71cfcbfc02469 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Wed, 21 Jan 2004 10:18:10 +0000 Subject: fixed typos and updated po files --- urpm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index b6f931d0..f0d831fa 100644 --- a/urpm.pm +++ b/urpm.pm @@ -741,7 +741,7 @@ sub configure { $urpm->clean; - $options{parallel} && $options{usedistrib} and die N("Can't use parallele mode with use-distrib mode"); + $options{parallel} && $options{usedistrib} and die N("Can't use parallel mode with use-distrib mode"); if ($options{parallel}) { my ($parallel_options, $parallel_handler); -- cgit v1.2.1