From: Frantisek Sumsal Date: Mon, 31 Jan 2022 21:17:48 +0000 (+0100) Subject: network: s/confiured/configured/ X-Git-Tag: v251-rc1~400 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3d1ffcc48dfc72b44f4b63ebe25256698b23958;p=thirdparty%2Fsystemd.git network: s/confiured/configured/ A quick typo fix I noticed whilst debugging. --- diff --git a/src/network/wait-online/manager.c b/src/network/wait-online/manager.c index 6656813f39b..093622270db 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; }