projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c086160
)
rfkill: fix typo (#6574)
author
Xiang Fan
<sfanxiang@gmail.com>
Wed, 9 Aug 2017 10:51:53 +0000
(
05:51
-0500)
committer
Lennart Poettering
<lennart@poettering.net>
Wed, 9 Aug 2017 10:51:53 +0000
(12:51 +0200)
src/rfkill/rfkill.c
patch
|
blob
|
history
diff --git
a/src/rfkill/rfkill.c
b/src/rfkill/rfkill.c
index
470853d
..
e48f3e4
100644
(file)
--- 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 wa
i
ting for udev monitor.");
return -ETIMEDOUT;
}