nspawn-expose-ports: fix a typo in error message

This commit is contained in:
Ben Boeckel 2019-04-26 15:15:09 -04:00 committed by Lennart Poettering
parent aeafd03a2b
commit 8f8dfb9552

View file

@ -219,7 +219,7 @@ int expose_port_watch_rtnl(
r = sd_netlink_attach_event(rtnl, event, 0);
if (r < 0)
return log_error_errno(r, "Failed to add to even loop: %m");
return log_error_errno(r, "Failed to add to event loop: %m");
*ret = TAKE_PTR(rtnl);