]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: s/confiured/configured/ v250.4
authorFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 31 Jan 2022 21:17:48 +0000 (22:17 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 11 Mar 2022 07:33:33 +0000 (16:33 +0900)
A quick typo fix I noticed whilst debugging.

(cherry picked from commit e3d1ffcc48dfc72b44f4b63ebe25256698b23958)

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;
 }