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:
Mark Stapp 2022-02-17 09:48:07 -05:00
parent cc8910fdc5
commit 423e32cb01

View File

@ -169,7 +169,7 @@ static bool static_nexthop_create(struct nb_cb_create_args *args)
if (iter.blackhole && iter.count > 1) { if (iter.blackhole && iter.count > 1) {
snprintf( snprintf(
args->errmsg, args->errmsg_len, 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; return NB_ERR_VALIDATION;
} }
break; break;