summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2004-01-19 17:17:52 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2004-01-19 17:17:52 +0000
commit7cd9e4a02c7f461290c2273dccb7c229881edf5b (patch)
treeb1d628bd84df345d0b52cbcac10d6b2830637962 /urpmi
parent15ae7341d5b29f12c8673356f10ac5eb1a962d56 (diff)
downloadurpmi-7cd9e4a02c7f461290c2273dccb7c229881edf5b.tar
urpmi-7cd9e4a02c7f461290c2273dccb7c229881edf5b.tar.gz
urpmi-7cd9e4a02c7f461290c2273dccb7c229881edf5b.tar.bz2
urpmi-7cd9e4a02c7f461290c2273dccb7c229881edf5b.tar.xz
urpmi-7cd9e4a02c7f461290c2273dccb7c229881edf5b.zip
fix english wording
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi b/urpmi
index 6310a09a..f31279f7 100755
--- a/urpmi
+++ b/urpmi
@@ -252,7 +252,7 @@ if ($install_src) {
#- prepare bug report.
if ($bug) {
- mkdir $bug or $urpm->{fatal}(8, (-d $bug ? N("Directory [%s] allready exist, please use another directory for bug report or delete it") : N("Unable to create directory [%s] for bug report"), $bug));
+ mkdir $bug or $urpm->{fatal}(8, (-d $bug ? N("Directory [%s] already exists, please use another directory for bug report or delete it") : N("Unable to create directory [%s] for bug report"), $bug));
#- copy all synthesis file used, along with configuration of urpmi
system("cp", "-af", $urpm->{skiplist}, $urpm->{instlist}, $bug);
#- allow log file.