summaryrefslogtreecommitdiff
path: root/src/rfkill
diff options
context:
space:
mode:
authorXiang Fan <sfanxiang@gmail.com>2017-08-09 05:51:53 -0500
committerLennart Poettering <lennart@poettering.net>2017-08-09 12:51:53 +0200
commitc7f6ca9379279affa8f22d15fa13063491f86a49 (patch)
treecfaf10c1d702f24ba7ec26a5e8f41dac28feee64 /src/rfkill
parentc086160f7719f483f722b8496e1422b05ba6622b (diff)
downloadsystemd-c7f6ca9379279affa8f22d15fa13063491f86a49.tar.gz
rfkill: fix typo (#6574)
Diffstat (limited to 'src/rfkill')
-rw-r--r--src/rfkill/rfkill.c2
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;
}