diff options
| author | Nigel Kukard <nkukard@lbsd.net> | 2017-08-30 08:31:45 +0000 |
|---|---|---|
| committer | Nigel Kukard <nkukard@lbsd.net> | 2017-08-31 23:39:53 +0000 |
| commit | 770817b4080aff44689d5f0a0006a5a94e5dd7be (patch) | |
| tree | d80026aaccf0430449b92e48ad8f8c6dea7388de | |
| parent | cde8d696e066ab52507ba0d48fc9a906348f0d04 (diff) | |
bgpd: Fixed typo in comment
Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
| -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'; } |
