mirror of
https://github.com/systemd/systemd.git
synced 2024-11-06 16:59:03 +03:00
systemctl: fix spelling in comment
This commit is contained in:
parent
d4b687c96a
commit
93c941e3fb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user