summaryrefslogtreecommitdiffstats
path: root/src/nspawn/nspawn-expose-ports.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nspawn/nspawn-expose-ports.c')
-rw-r--r--src/nspawn/nspawn-expose-ports.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nspawn/nspawn-expose-ports.c b/src/nspawn/nspawn-expose-ports.c
index 13ce8490a0..10e6192734 100644
--- a/src/nspawn/nspawn-expose-ports.c
+++ b/src/nspawn/nspawn-expose-ports.c
@@ -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);