summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.com>2006-06-13 15:44:02 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.com>2006-06-13 15:44:02 +0000
commitf4be28a0036970f34bd3f89031dbbe69f9b50a95 (patch)
tree75d0cc26979eb95aa7cdfa2716c3fbbcd139580b
parentc0ce712bbd7eae8f7d9c38fce602fb3c53d657c8 (diff)
downloadurpmi-f4be28a0036970f34bd3f89031dbbe69f9b50a95.tar
urpmi-f4be28a0036970f34bd3f89031dbbe69f9b50a95.tar.gz
urpmi-f4be28a0036970f34bd3f89031dbbe69f9b50a95.tar.bz2
urpmi-f4be28a0036970f34bd3f89031dbbe69f9b50a95.tar.xz
urpmi-f4be28a0036970f34bd3f89031dbbe69f9b50a95.zip
Typo (misc)
-rw-r--r--rurpme2
1 files changed, 1 insertions, 1 deletions
diff --git a/rurpme b/rurpme
index ce5a2790..ee7b4e7f 100644
--- a/rurpme
+++ b/rurpme
@@ -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;
}