From: Brandon Philips Date: Thu, 27 Mar 2014 18:51:57 +0000 (-0700) Subject: systemctl: fix spelling in comment X-Git-Tag: v213~514 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=93c941e3fb232da014a4b8050c960b63cb2bbf3d;ds=inline systemctl: fix spelling in comment --- diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 0887bc397..6b88f859f 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