diff options
| author | Tim Bray <tim@kooky.org> | 2019-02-19 15:46:52 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-02-25 16:22:36 +0000 |
| commit | e3b78da875d7ccb744763bb9f8ef6d08655e3975 (patch) | |
| tree | 58e77a2f68461230e8283624c73cd9a7827e5aa1 /lib/distribute.c | |
| parent | 5a80b8c7c254b9955e357555ebd929ab9bc123ef (diff) | |
*: Rename backet to bucket
Presume typo from original author
Signed-off-by: Tim Bray <tim@kooky.org>
Diffstat (limited to 'lib/distribute.c')
| -rw-r--r-- | lib/distribute.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/distribute.c b/lib/distribute.c index 3a6b775bc8..7cc10a230d 100644 --- a/lib/distribute.c +++ b/lib/distribute.c @@ -409,7 +409,7 @@ int config_show_distribute(struct vty *vty, struct distribute_ctx *dist_ctxt) { unsigned int i; int has_print = 0; - struct hash_backet *mp; + struct hash_bucket *mp; struct distribute *dist; /* Output filter configuration. */ @@ -512,7 +512,7 @@ int config_write_distribute(struct vty *vty, unsigned int i; int j; int output, v6; - struct hash_backet *mp; + struct hash_bucket *mp; int write = 0; for (i = 0; i < dist_ctxt->disthash->size; i++) |
