diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2004-02-10 14:09:24 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2004-02-10 14:09:24 +0000 |
commit | 104c415d6e76960cdfd1163b528ae88bb472d771 (patch) | |
tree | ff0b582ffb4ac74b1a3914a4af5e8cbcbd8a4129 /urpm.pm | |
parent | 7b3d5bcc31366912e0b7d855b462a2ed72b1e058 (diff) | |
download | urpmi-104c415d6e76960cdfd1163b528ae88bb472d771.tar urpmi-104c415d6e76960cdfd1163b528ae88bb472d771.tar.gz urpmi-104c415d6e76960cdfd1163b528ae88bb472d771.tar.bz2 urpmi-104c415d6e76960cdfd1163b528ae88bb472d771.tar.xz urpmi-104c415d6e76960cdfd1163b528ae88bb472d771.zip |
s/suspectingly/suspiciously/
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1443,7 +1443,7 @@ this could happen if you mounted manually the directory when creating the medium } -s "$urpm->{cachedir}/partial/$medium->{hdlist}" > 32 or - $error = 1, $urpm->{error}(N("copy of [%s] failed (file is suspectingly small)", $with_hdlist_dir)); + $error = 1, $urpm->{error}(N("copy of [%s] failed (file is suspiciously small)", $with_hdlist_dir)); #- keep checking md5sum of file just copied ! (especially on nfs or removable device). if (!$error && $retrieved_md5sum) { |