systemctl: very very trivial typo patch :)

This commit is contained in:
Matthew Miller 2010-08-25 16:12:50 -04:00 committed by Lennart Poettering
parent cff89041ae
commit cc8a7a6129
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}