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:
parent
c086160f77
commit
c7f6ca9379
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user