1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-22 13:33:56 +03:00

network: s/confiured/configured/

A quick typo fix I noticed whilst debugging.
This commit is contained in:
Frantisek Sumsal 2022-01-31 22:17:48 +01:00 committed by Luca Boccassi
parent 69339ae9f7
commit e3d1ffcc48

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