1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-02 09:47:03 +03:00

network: s/confiured/configured/

A quick typo fix I noticed whilst debugging.

(cherry picked from commit e3d1ffcc48dfc72b44f4b63ebe25256698b23958)
This commit is contained in:
Frantisek Sumsal 2022-01-31 22:17:48 +01:00 committed by Yu Watanabe
parent 056fcd4e31
commit 037160fc69

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