summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}