[systemd-commits] src/systemctl.c

Lennart Poettering lennart at kemper.freedesktop.org
Wed Aug 25 17:04:44 PDT 2010


 src/systemctl.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cc8a7a6129145dc485c82549edd39bcb9b52fd45
Author: Matthew Miller <mattdm at mattdm.org>
Date:   Wed Aug 25 16:12:50 2010 -0400

    systemctl: very very trivial typo patch :)

diff --git a/src/systemctl.c b/src/systemctl.c
index bfb7001..eb7178e 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;
         }
 


More information about the systemd-commits mailing list