1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-24 21:34:08 +03:00

rfkill: fix typo (#6574)

This commit is contained in:
Xiang Fan 2017-08-09 05:51:53 -05:00 committed by Lennart Poettering
parent c086160f77
commit c7f6ca9379

View File

@ -144,7 +144,7 @@ static int wait_for_initialized(
if (r < 0)
return log_error_errno(r, "Failed to watch udev monitor: %m");
if (r == 0) {
log_error("Timed out wating for udev monitor.");
log_error("Timed out waiting for udev monitor.");
return -ETIMEDOUT;
}