diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2011-08-19 16:27:16 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2011-08-19 16:27:16 +0400 |
commit | 9fa6be78ecbbda17be20b8d2bc4fdde915e33d7e (patch) | |
tree | 9d05ed290288bb7622d51f7eab14b19bbc259baf /ospf6d/ospf6_top.c | |
parent | 22aefb2270a0cd3b1ba0f309e136e0250bd0332e (diff) | |
download | quagga-9fa6be78ecbbda17be20b8d2bc4fdde915e33d7e.tar.bz2 quagga-9fa6be78ecbbda17be20b8d2bc4fdde915e33d7e.tar.xz |
ospf6d: spelling
Diffstat (limited to 'ospf6d/ospf6_top.c')
-rw-r--r-- | ospf6d/ospf6_top.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ospf6d/ospf6_top.c b/ospf6d/ospf6_top.c index 82370268..38f94d7b 100644 --- a/ospf6d/ospf6_top.c +++ b/ospf6d/ospf6_top.c @@ -591,10 +591,10 @@ ALIAS (show_ipv6_ospf6_route, IP6_STR OSPF6_STR ROUTE_STR - "Dispaly Intra-Area routes\n" - "Dispaly Inter-Area routes\n" - "Dispaly Type-1 External routes\n" - "Dispaly Type-2 External routes\n" + "Display Intra-Area routes\n" + "Display Inter-Area routes\n" + "Display Type-1 External routes\n" + "Display Type-2 External routes\n" ) DEFUN (show_ipv6_ospf6_route_type_detail, @@ -604,10 +604,10 @@ DEFUN (show_ipv6_ospf6_route_type_detail, IP6_STR OSPF6_STR ROUTE_STR - "Dispaly Intra-Area routes\n" - "Dispaly Inter-Area routes\n" - "Dispaly Type-1 External routes\n" - "Dispaly Type-2 External routes\n" + "Display Intra-Area routes\n" + "Display Inter-Area routes\n" + "Display Type-1 External routes\n" + "Display Type-2 External routes\n" "Detailed information\n" ) { |