From 770817b4080aff44689d5f0a0006a5a94e5dd7be Mon Sep 17 00:00:00 2001 From: Nigel Kukard Date: Wed, 30 Aug 2017 08:31:45 +0000 Subject: [PATCH] bgpd: Fixed typo in comment Signed-off-by: Nigel Kukard --- bgpd/bgp_routemap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; } -- 2.39.5