summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-01-21 10:18:10 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-01-21 10:18:10 +0000
commit4dcc459171fee2539abbc25df2f71cfcbfc02469 (patch)
treefbfd3e42748819fbbeec2a44619f7cc975f49158 /urpm.pm
parentebfe45490d216367dfa3c5515102eb6eca953e94 (diff)
downloadurpmi-4dcc459171fee2539abbc25df2f71cfcbfc02469.tar
urpmi-4dcc459171fee2539abbc25df2f71cfcbfc02469.tar.gz
urpmi-4dcc459171fee2539abbc25df2f71cfcbfc02469.tar.bz2
urpmi-4dcc459171fee2539abbc25df2f71cfcbfc02469.tar.xz
urpmi-4dcc459171fee2539abbc25df2f71cfcbfc02469.zip
fixed typos and updated po files
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm2
1 files changed, 1 insertions, 1 deletions
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);