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 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"));
}
}