diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-06-13 15:44:02 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-06-13 15:44:02 +0000 |
commit | f4be28a0036970f34bd3f89031dbbe69f9b50a95 (patch) | |
tree | 75d0cc26979eb95aa7cdfa2716c3fbbcd139580b | |
parent | c0ce712bbd7eae8f7d9c38fce602fb3c53d657c8 (diff) | |
download | urpmi-f4be28a0036970f34bd3f89031dbbe69f9b50a95.tar urpmi-f4be28a0036970f34bd3f89031dbbe69f9b50a95.tar.gz urpmi-f4be28a0036970f34bd3f89031dbbe69f9b50a95.tar.bz2 urpmi-f4be28a0036970f34bd3f89031dbbe69f9b50a95.tar.xz urpmi-f4be28a0036970f34bd3f89031dbbe69f9b50a95.zip |
Typo (misc)
-rw-r--r-- | rurpme | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ use urpm::msg; use urpm::util qw(untaint); if ($< != 0) { - print STDERR N("Only superuser is allowed to install packages"), "\n"; + print STDERR N("Only superuser is allowed to uninstall packages"), "\n"; exit 1; } |