[systemd-commits] src/systemctl

Brandon Philips bphilips at kemper.freedesktop.org
Thu Mar 27 11:58:48 PDT 2014


 src/systemctl/systemctl.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 93c941e3fb232da014a4b8050c960b63cb2bbf3d
Author: Brandon Philips <brandon at ifup.co>
Date:   Thu Mar 27 11:51:57 2014 -0700

    systemctl: fix spelling in comment

diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index 0887bc3..6b88f85 100644
--- a/src/systemctl/systemctl.c
+++ b/src/systemctl/systemctl.c
@@ -1955,7 +1955,7 @@ static int set_default(sd_bus *bus, char **args) {
                 if (r < 0)
                         return r;
 
-                /* Try to reload if enabeld */
+                /* Try to reload if enabled */
                 if (!arg_no_reload)
                         r = daemon_reload(bus, args);
                 else
@@ -5242,7 +5242,7 @@ static int enable_unit(sd_bus *bus, char **args) {
                 if (r < 0)
                         return r;
 
-                /* Try to reload if enabeld */
+                /* Try to reload if enabled */
                 if (!arg_no_reload)
                         r = daemon_reload(bus, args);
                 else



More information about the systemd-commits mailing list