diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-01-21 10:18:10 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-01-21 10:18:10 +0000 |
commit | 4dcc459171fee2539abbc25df2f71cfcbfc02469 (patch) | |
tree | fbfd3e42748819fbbeec2a44619f7cc975f49158 /urpm.pm | |
parent | ebfe45490d216367dfa3c5515102eb6eca953e94 (diff) | |
download | urpmi-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.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |