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;
}