]> git.puffer.fish Git - mirror/frr.git/commitdiff
zebra: fix a couple of typos 12589/head
authorMark Stapp <mjs@labn.net>
Tue, 3 Jan 2023 15:46:01 +0000 (10:46 -0500)
committerMark Stapp <mjs@labn.net>
Tue, 3 Jan 2023 20:22:37 +0000 (15:22 -0500)
Fix a couple of typos in vty prompt and output text.

Signed-off-by: Mark Stapp <mjs@labn.net>
zebra/zebra_vty.c
zebra/zserv.c

index 8ed8abe30441d1c8292ba64f9f16207dcd7f519c..aac1c9b47176b158e0a080ee2ede8db1bccc993a 100644 (file)
@@ -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"
index d788811d3dd0274d8bda08eeca06a4ae329837b4..d4fa6dadae0422e02f91b37d45d3dc8cffee55be 100644 (file)
@@ -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,