projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69339ae
)
network: s/confiured/configured/
author
Frantisek Sumsal
<frantisek@sumsal.cz>
Mon, 31 Jan 2022 21:17:48 +0000
(22:17 +0100)
committer
Luca Boccassi
<luca.boccassi@gmail.com>
Mon, 31 Jan 2022 23:07:41 +0000
(23:07 +0000)
A quick typo fix I noticed whilst debugging.
src/network/wait-online/manager.c
patch
|
blob
|
history
diff --git
a/src/network/wait-online/manager.c
b/src/network/wait-online/manager.c
index 6656813f39b2212395aea0b3d01b9a1d8f99511b..093622270db9a4817b61c4cdf13f2983a5c0e8da 100644
(file)
--- a/
src/network/wait-online/manager.c
+++ b/
src/network/wait-online/manager.c
@@
-110,7
+110,7
@@
static int manager_link_is_online(Manager *m, Link *l, LinkOperationalStateRange
}
}
- log_link_debug(l, "link is confiured by networkd and online.");
+ log_link_debug(l, "link is confi
g
ured by networkd and online.");
return 1;
}