diff options
author | Xiang Fan <sfanxiang@gmail.com> | 2017-08-09 12:51:53 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-08-09 12:51:53 +0200 |
commit | c7f6ca9379279affa8f22d15fa13063491f86a49 (patch) | |
tree | cfaf10c1d702f24ba7ec26a5e8f41dac28feee64 /src/rfkill | |
parent | Merge pull request #6568 from sourcejedi/test (diff) | |
download | systemd-c7f6ca9379279affa8f22d15fa13063491f86a49.tar.xz systemd-c7f6ca9379279affa8f22d15fa13063491f86a49.zip |
rfkill: fix typo (#6574)
Diffstat (limited to 'src/rfkill')
-rw-r--r-- | src/rfkill/rfkill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rfkill/rfkill.c b/src/rfkill/rfkill.c index 470853d1d2..e48f3e4513 100644 --- a/src/rfkill/rfkill.c +++ b/src/rfkill/rfkill.c @@ -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; } |