summaryrefslogtreecommitdiff
path: root/src/systemctl/systemctl.c
diff options
context:
space:
mode:
authorBrandon Philips <brandon@ifup.co>2014-03-27 11:51:57 -0700
committerBrandon Philips <brandon@ifup.co>2014-03-27 11:56:33 -0700
commit93c941e3fb232da014a4b8050c960b63cb2bbf3d (patch)
treec480e69f69f91bc5ed3adc98e14a266c3410f059 /src/systemctl/systemctl.c
parentd4b687c96adf207f0878aebf3ce3371f6160687f (diff)
systemctl: fix spelling in comment
Diffstat (limited to 'src/systemctl/systemctl.c')
-rw-r--r--src/systemctl/systemctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index 0887bc3977..6b88f859fc 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