summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNigel Kukard <nkukard@lbsd.net>2017-08-30 08:31:45 +0000
committerNigel Kukard <nkukard@lbsd.net>2017-08-31 23:39:53 +0000
commit770817b4080aff44689d5f0a0006a5a94e5dd7be (patch)
treed80026aaccf0430449b92e48ad8f8c6dea7388de
parentcde8d696e066ab52507ba0d48fc9a906348f0d04 (diff)
bgpd: Fixed typo in comment
Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
-rw-r--r--bgpd/bgp_routemap.c2
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';
}