diff options
| author | Quentin Young <qlyoung@users.noreply.github.com> | 2018-10-25 15:46:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-25 15:46:51 -0400 |
| commit | dd5c280ab3ae493e038ca13b672da148ade58f61 (patch) | |
| tree | 498f2d6f82500fb304e37771d21d48c6185d089f /zebra/zebra_vty.c | |
| parent | 6cd85474f80492d4721966610357109593ae4ab9 (diff) | |
| parent | 0437e10517aa0b6c2e3490626333a0082ff4c79f (diff) | |
Merge pull request #3247 from opensourcerouting/spelchek
*: spelchek
Diffstat (limited to 'zebra/zebra_vty.c')
| -rw-r--r-- | zebra/zebra_vty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/zebra_vty.c b/zebra/zebra_vty.c index fdedb30f84..cf704f24be 100644 --- a/zebra/zebra_vty.c +++ b/zebra/zebra_vty.c @@ -295,7 +295,7 @@ static void vty_show_ip_route_detail(struct vty *vty, struct route_node *rn, if (vrf) vty_out(vty, "(vrf %s)", vrf->name); else - vty_out(vty, "(vrf UKNOWN)"); + vty_out(vty, "(vrf UNKNOWN)"); } if (CHECK_FLAG(nexthop->flags, NEXTHOP_FLAG_DUPLICATE)) @@ -670,7 +670,7 @@ static void vty_show_ip_route(struct vty *vty, struct route_node *rn, if (vrf) vty_out(vty, "(vrf %s)", vrf->name); else - vty_out(vty, "(vrf UKNOWN)"); + vty_out(vty, "(vrf UNKNOWN)"); } if (!CHECK_FLAG(nexthop->flags, NEXTHOP_FLAG_ACTIVE)) |
