mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 15:36:25 +00:00
staticd: fix spelling in an error message
whitespace change to fix a typo. Signed-off-by: Mark Stapp <mstapp@nvidia.com>
This commit is contained in:
parent
cc8910fdc5
commit
423e32cb01
@ -169,7 +169,7 @@ static bool static_nexthop_create(struct nb_cb_create_args *args)
|
||||
if (iter.blackhole && iter.count > 1) {
|
||||
snprintf(
|
||||
args->errmsg, args->errmsg_len,
|
||||
"Route can not have blackhole and non-blackhole nexthops simultaneously");
|
||||
"Route cannot have blackhole and non-blackhole nexthops simultaneously");
|
||||
return NB_ERR_VALIDATION;
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user