Skip to content

Commit c7f6ca9

Browse files
sfanxiangpoettering
authored andcommitted
rfkill: fix typo (systemd#6574)
1 parent c086160 commit c7f6ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rfkill/rfkill.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ static int wait_for_initialized(
144144
if (r < 0)
145145
return log_error_errno(r, "Failed to watch udev monitor: %m");
146146
if (r == 0) {
147-
log_error("Timed out wating for udev monitor.");
147+
log_error("Timed out waiting for udev monitor.");
148148
return -ETIMEDOUT;
149149
}
150150

0 commit comments

Comments
 (0)