summaryrefslogtreecommitdiff
path: root/lib/zclient.h
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2021-10-22 09:38:44 -0400
committerGitHub <noreply@github.com>2021-10-22 09:38:44 -0400
commit6d2edff594d23e8938c31a80ebd865be5f7ac1bc (patch)
treee313f0e2c7044c6c137eaaf68f1755433ee09d47 /lib/zclient.h
parent3c8161eaa88f6ae181637b8ad7d3a39399470cee (diff)
parent03bad95aa474eeaa73856a71085fa3f9f45d96fa (diff)
Merge pull request #9866 from ewlumpkin/comment_spelling_fixes
lib: finish fixing spelling in lib files
Diffstat (limited to 'lib/zclient.h')
-rw-r--r--lib/zclient.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/zclient.h b/lib/zclient.h
index c35753ca80..3cad9bd4fa 100644
--- a/lib/zclient.h
+++ b/lib/zclient.h
@@ -289,7 +289,7 @@ struct zclient {
/* The thread master we schedule ourselves on */
struct thread_master *master;
- /* Priviledges to change socket values */
+ /* Privileges to change socket values */
struct zebra_privs_t *privs;
/* Do we care about failure events for route install? */
@@ -329,7 +329,7 @@ struct zclient {
struct redist_proto mi_redist[AFI_MAX][ZEBRA_ROUTE_MAX];
vrf_bitmap_t redist[AFI_MAX][ZEBRA_ROUTE_MAX];
- /* Redistribute defauilt. */
+ /* Redistribute default. */
vrf_bitmap_t default_information[AFI_MAX];
#define ZAPI_CALLBACK_ARGS \