diff --git a/src/lib/neigh.c b/src/lib/neigh.c index a814bd8..4518e46 100644 --- a/src/lib/neigh.c +++ b/src/lib/neigh.c @@ -25,7 +25,7 @@ struct rtnl_neigh *nl_cli_neigh_alloc(void) neigh = rtnl_neigh_alloc(); if (!neigh) - nl_cli_fatal(ENOMEM, "Unable to allocate neighbout object"); + nl_cli_fatal(ENOMEM, "Unable to allocate neighbour object"); return neigh; }