chiark / gitweb /
treewide: correct typos and use consistent "MAC" spelling
[elogind.git] / src / network / networkd-link.c
index 1f96c634efc64525c0048ae5ad899fa9af37ced2..0b1cac1055ffaa055f010c2cc189c5ae3afa37b5 100644 (file)
@@ -1133,7 +1133,7 @@ static int link_up(Link *link) {
 
         r = sd_rtnl_message_close_container(req);
         if (r < 0) {
 
         r = sd_rtnl_message_close_container(req);
         if (r < 0) {
-                log_link_error(link, "Could not close IFLA_AF_SPEC contaire: %s", strerror(-r));
+                log_link_error(link, "Could not close IFLA_AF_SPEC container: %s", strerror(-r));
                 return r;
         }
 
                 return r;
         }