cli: Fix typo in error message
s/neighbout/neighbour/ Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
f8144b11aa
commit
feda705426
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue