diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-08 15:59:06 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-08 15:59:06 +0000 |
commit | b07ef84b0bef0bb8ae4a2bea7bd7211fcceffe96 (patch) | |
tree | 23d0cad5bac35aa3da38aad5e4aaf8f081825a0e | |
parent | 694b9baf0a8ec41d10f1213ce464fa395573f8df (diff) | |
download | urpmi-b07ef84b0bef0bb8ae4a2bea7bd7211fcceffe96.tar urpmi-b07ef84b0bef0bb8ae4a2bea7bd7211fcceffe96.tar.gz urpmi-b07ef84b0bef0bb8ae4a2bea7bd7211fcceffe96.tar.bz2 urpmi-b07ef84b0bef0bb8ae4a2bea7bd7211fcceffe96.tar.xz urpmi-b07ef84b0bef0bb8ae4a2bea7bd7211fcceffe96.zip |
fix typo
-rw-r--r-- | urpm/get_pkgs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/get_pkgs.pm b/urpm/get_pkgs.pm index 6b2a5a15..8cd0d35d 100644 --- a/urpm/get_pkgs.pm +++ b/urpm/get_pkgs.pm @@ -176,7 +176,7 @@ sub download_packages_of_distant_media { } if (%distant_sources && ! -w "$urpm->{cachedir}/partial") { - $urpm->{error}(N("sorry you can't --install-src remove .src.rpm files")); + $urpm->{error}(N("sorry you can't --install-src remote .src.rpm files")); exit 1; } |