diff options
| -rw-r--r-- | bgpd/bgp_routemap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_routemap.c b/bgpd/bgp_routemap.c index 602bacde28..d44ae1d1ea 100644 --- a/bgpd/bgp_routemap.c +++ b/bgpd/bgp_routemap.c @@ -1529,7 +1529,7 @@ static void *route_set_community_compile(const char *arg) sp = strstr(arg, "additive"); if (sp && sp > arg) { - /* "additive" keyworkd is included. */ + /* "additive" keyword is included. */ additive = 1; *(sp - 1) = '\0'; } |
