diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-02-02 13:04:26 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-02-02 13:04:26 +0000 |
commit | 90406ee7936ec19d44d7f171a50079411cb15409 (patch) | |
tree | a4968a9d2b2267ba18be5eaa2b0ecba5456935d9 /urpm.pm | |
parent | 70740bec534689e170171732c1b2b3d847bcbf08 (diff) | |
download | urpmi-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.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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")); } } |