From 423e32cb01bf3cf8c34674b15f1af107ca28a3eb Mon Sep 17 00:00:00 2001 From: Mark Stapp Date: Thu, 17 Feb 2022 09:48:07 -0500 Subject: [PATCH] staticd: fix spelling in an error message whitespace change to fix a typo. Signed-off-by: Mark Stapp --- staticd/static_nb_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staticd/static_nb_config.c b/staticd/static_nb_config.c index 470c7bdad5..d1b2c9eaa6 100644 --- a/staticd/static_nb_config.c +++ b/staticd/static_nb_config.c @@ -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;