summaryrefslogtreecommitdiff
path: root/bgpd/bgp_routemap.c
diff options
context:
space:
mode:
authorDenis Ovsienko <pilot@etcnet.org>2009-06-01 20:20:36 +0400
committerDenis Ovsienko <pilot@etcnet.org>2009-06-01 20:20:36 +0400
commite6b6a56419ed5a2e8cf2cb11eab340d7b0d28055 (patch)
tree4d514a0b67f7a94a1213c74cb9a865593a072791 /bgpd/bgp_routemap.c
parent2bbd71aace61a70a631c1d0c0bce75fbc76ee1d1 (diff)
[trivia] Fixed typos in communities text (#334)
Diffstat (limited to 'bgpd/bgp_routemap.c')
-rw-r--r--bgpd/bgp_routemap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bgpd/bgp_routemap.c b/bgpd/bgp_routemap.c
index 2d4a8630..bb9014fe 100644
--- a/bgpd/bgp_routemap.c
+++ b/bgpd/bgp_routemap.c
@@ -3321,7 +3321,7 @@ DEFUN (set_ecommunity_rt,
"set extcommunity rt .ASN:nn_or_IP-address:nn",
SET_STR
"BGP extended community attribute\n"
- "Route Target extened communityt\n"
+ "Route Target extended community\n"
"VPN extended community\n")
{
int ret;
@@ -3340,7 +3340,7 @@ DEFUN (no_set_ecommunity_rt,
NO_STR
SET_STR
"BGP extended community attribute\n"
- "Route Target extened communityt\n")
+ "Route Target extended community\n")
{
return bgp_route_set_delete (vty, vty->index, "extcommunity rt", NULL);
}
@@ -3351,7 +3351,7 @@ ALIAS (no_set_ecommunity_rt,
NO_STR
SET_STR
"BGP extended community attribute\n"
- "Route Target extened communityt\n"
+ "Route Target extended community\n"
"VPN extended community\n")
DEFUN (set_ecommunity_soo,