diff options
| author | Mark Stapp <mjs@labn.net> | 2023-01-03 10:46:01 -0500 |
|---|---|---|
| committer | Mark Stapp <mjs@labn.net> | 2023-01-03 15:22:37 -0500 |
| commit | 3e6ff764a15e857ae23fb22a678069e807ff099c (patch) | |
| tree | 32cf2ee6036ce8105dd468863654d41cc6988a42 /zebra/zserv.c | |
| parent | 2999fbdc2a47011ac8be5fc940706b5ec6ee2735 (diff) | |
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/zserv.c')
| -rw-r--r-- | zebra/zserv.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/zebra/zserv.c b/zebra/zserv.c index d788811d3d..d4fa6dadae 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, |
