summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-02-02 13:04:26 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-02-02 13:04:26 +0000
commit90406ee7936ec19d44d7f171a50079411cb15409 (patch)
treea4968a9d2b2267ba18be5eaa2b0ecba5456935d9 /urpm.pm
parent70740bec534689e170171732c1b2b3d847bcbf08 (diff)
downloadurpmi-90406ee7936ec19d44d7f171a50079411cb15409.tar
urpmi-90406ee7936ec19d44d7f171a50079411cb15409.tar.gz
urpmi-90406ee7936ec19d44d7f171a50079411cb15409.tar.bz2
urpmi-90406ee7936ec19d44d7f171a50079411cb15409.tar.xz
urpmi-90406ee7936ec19d44d7f171a50079411cb15409.zip
fixed typo
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 2788d9f6..3b92f8c8 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -1792,7 +1792,7 @@ this could happen if you mounted manually the directory when creating the medium
} else {
$error = 1;
$options{callback} && $options{callback}('failed', $medium->{name});
- $urpm->{error}(N("retrieve of source hdlist (or synthesis) failed"));
+ $urpm->{error}(N("retrieval of source hdlist (or synthesis) failed"));
}
}