[PATCH] cli: Fix typo in error message

Tobias Klauser tklauser at distanz.ch
Tue Jun 17 05:48:24 PDT 2014


s/neighbout/neighbour/

Signed-off-by: Tobias Klauser <tklauser at distanz.ch>
---
 src/lib/neigh.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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





More information about the libnl mailing list