]> git.puffer.fish Git - matthieu/frr.git/commitdiff
[trivia] Fixed typos in communities text (#334)
authorDenis Ovsienko <pilot@etcnet.org>
Mon, 1 Jun 2009 16:20:36 +0000 (20:20 +0400)
committerDenis Ovsienko <pilot@etcnet.org>
Mon, 1 Jun 2009 16:20:36 +0000 (20:20 +0400)
bgpd/bgp_ecommunity.c
bgpd/bgp_routemap.c

index 27c3cd6935c5bc3b71c427765875cf9c1d3fa0d4..6b221e24e6ba753ee5f330487144be199bd40e33 100644 (file)
@@ -97,7 +97,7 @@ ecommunity_add_val (struct ecommunity *ecom, struct ecommunity_val *eval)
 
 /* This function takes pointer to Extended Communites strucutre then
    create a new Extended Communities structure by uniq and sort each
-   Exteneded Communities value.  */
+   Extended Communities value.  */
 static struct ecommunity *
 ecommunity_uniq_sort (struct ecommunity *ecom)
 {
index 2d4a863006fa942c045e17de32c4704d0ba7e8e7..bb9014feea16f899d35728206fb9f392de842239 100644 (file)
@@ -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,