]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: s/confiured/configured/
authorFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 31 Jan 2022 21:17:48 +0000 (22:17 +0100)
committerLuca 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

index 6656813f39b2212395aea0b3d01b9a1d8f99511b..093622270db9a4817b61c4cdf13f2983a5c0e8da 100644 (file)
@@ -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;
 }