summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/systemctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl.c b/src/systemctl.c
index bfb7001efc..eb7178e2dc 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;
}