diff options
| author | ewlumpkin <ewlumpkin@gmail.com> | 2021-10-22 02:56:56 +0000 |
|---|---|---|
| committer | ewlumpkin <ewlumpkin@gmail.com> | 2021-10-22 03:06:16 +0000 |
| commit | 03bad95aa474eeaa73856a71085fa3f9f45d96fa (patch) | |
| tree | e313f0e2c7044c6c137eaaf68f1755433ee09d47 /lib/zclient.h | |
| parent | 3c8161eaa88f6ae181637b8ad7d3a39399470cee (diff) | |
lib: finish fixing spelling in lib files
Signed-off-by: ewlumpkin <ewlumpkin@gmail.com>
Diffstat (limited to 'lib/zclient.h')
| -rw-r--r-- | lib/zclient.h | 4 |
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 \ |
