summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2022-01-31 22:17:48 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-03-11 16:33:33 +0900
commit037160fc69b9490f37c917b76befecdf233b77b8 (patch)
tree689db2dc688781ce613653fc22367010ef18079d
parent056fcd4e318aa664bd36950bf6c2dae4647c96c7 (diff)
downloadsystemd-037160fc69b9490f37c917b76befecdf233b77b8.tar.gz
network: s/confiured/configured/v250.4
A quick typo fix I noticed whilst debugging. (cherry picked from commit e3d1ffcc48dfc72b44f4b63ebe25256698b23958)
-rw-r--r--src/network/wait-online/manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/wait-online/manager.c b/src/network/wait-online/manager.c
index 6656813f39..093622270d 100644
--- 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 configured by networkd and online.");
return 1;
}