bgpd: fix typo

Signed-off-by: Donald Lee <dlqs@gmx.com>
This commit is contained in:
Donald Lee 2021-07-23 16:37:43 +08:00
parent 2ce634e2ad
commit bca62fe045

View File

@ -372,7 +372,7 @@ route_match_script(void *rule, const struct prefix *prefix, void *object)
if (frrscript_load(fs, routematch_function, NULL)) {
zlog_err(
"Issue loading script or function function; defaulting to no match");
"Issue loading script or function; defaulting to no match");
return RMAP_NOMATCH;
}