mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
fsck: Fix typo in comment
This commit is contained in:
parent
c77b7f7f82
commit
b911442003
@ -80,7 +80,7 @@ static void start_target(const char *target, bool isolate) {
|
||||
|
||||
if (!(reply = dbus_connection_send_with_reply_and_block(bus, m, -1, &error))) {
|
||||
|
||||
/* Don't print a waring if we aren't called during
|
||||
/* Don't print a warning if we aren't called during
|
||||
* startup */
|
||||
if (!dbus_error_has_name(&error, BUS_ERROR_NO_SUCH_JOB))
|
||||
log_error("Failed to start unit: %s", bus_error_message(&error));
|
||||
|
Loading…
Reference in New Issue
Block a user