summaryrefslogtreecommitdiffstats
path: root/zebra
diff options
context:
space:
mode:
authorMark Stapp <mjs@labn.net>2023-01-03 16:46:01 +0100
committerMark Stapp <mjs@labn.net>2023-01-03 21:22:37 +0100
commit3e6ff764a15e857ae23fb22a678069e807ff099c (patch)
tree32cf2ee6036ce8105dd468863654d41cc6988a42 /zebra
parentMerge pull request #12535 from donaldsharp/mpattr_size_enum (diff)
downloadfrr-3e6ff764a15e857ae23fb22a678069e807ff099c.tar.xz
frr-3e6ff764a15e857ae23fb22a678069e807ff099c.zip
zebra: fix a couple of typos
Fix a couple of typos in vty prompt and output text. Signed-off-by: Mark Stapp <mjs@labn.net>
Diffstat (limited to 'zebra')
-rw-r--r--zebra/zebra_vty.c2
-rw-r--r--zebra/zserv.c3
2 files changed, 3 insertions, 2 deletions
diff --git a/zebra/zebra_vty.c b/zebra/zebra_vty.c
index 8ed8abe30..aac1c9b47 100644
--- a/zebra/zebra_vty.c
+++ b/zebra/zebra_vty.c
@@ -2208,7 +2208,7 @@ DEFPY (show_route_detail,
[json$json] [nexthop-group$ng]",
SHOW_STR
IP_STR
- "IPv6 forwarding table\n"
+ "IP forwarding table\n"
"IP routing table\n"
VRF_FULL_CMD_HELP_STR
"Network in the IP routing table to display\n"
diff --git a/zebra/zserv.c b/zebra/zserv.c
index d788811d3..d4fa6dada 100644
--- a/zebra/zserv.c
+++ b/zebra/zserv.c
@@ -1037,7 +1037,8 @@ static void zebra_show_client_detail(struct vty *vty, struct zserv *client)
} else
vty_out(vty, "Not registered for Nexthop Updates\n");
- vty_out(vty, "Client will %sbe notified about it's routes status\n",
+ vty_out(vty,
+ "Client will %sbe notified about the status of its routes.\n",
client->notify_owner ? "" : "Not ");
last_read_time = (time_t)atomic_load_explicit(&client->last_read_time,