From c7f6ca9379279affa8f22d15fa13063491f86a49 Mon Sep 17 00:00:00 2001 From: Xiang Fan Date: Wed, 9 Aug 2017 05:51:53 -0500 Subject: rfkill: fix typo (#6574) --- src/rfkill/rfkill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rfkill') 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; } -- cgit v1.2.1