Skip to content

Commit

Permalink
cli: Fix typo in error message
Browse files Browse the repository at this point in the history
s/neighbout/neighbour/

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Thomas Haller <thaller@redhat.com>
  • Loading branch information
tklauser authored and thom311 committed Jun 17, 2014
1 parent f8144b1 commit feda705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/neigh.c
Expand Up @@ -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;
}
Expand Down

0 comments on commit feda705

Please sign in to comment.