summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthew Miller <mattdm@mattdm.org>2010-08-25 16:12:50 -0400
committerLennart Poettering <lennart@poettering.net>2010-08-26 02:04:25 +0200
commitcc8a7a6129145dc485c82549edd39bcb9b52fd45 (patch)
treece6b1a02ee75ea2458e459dfa9eab7b7be4f4e19 /src
parentcff89041ae69dfeef957b25797b0af5dfcf657fb (diff)
systemctl: very very trivial typo patch :)
Diffstat (limited to 'src')
-rw-r--r--src/systemctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl.c b/src/systemctl.c
index bfb7001ef..eb7178e2d 100644
--- a/src/systemctl.c
+++ b/src/systemctl.c
@@ -4862,7 +4862,7 @@ static int halt_main(DBusConnection *bus) {
int r;
if (geteuid() != 0) {
- log_error("Must to be root.");
+ log_error("Must be root.");
return -EPERM;
}