summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
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);