summaryrefslogtreecommitdiff
path: root/eigrpd/eigrp_structs.h
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2017-08-10 17:24:24 -0500
committerAndrew Lunn <andrew@lunn.ch>2017-08-10 17:24:24 -0500
commitb1968f83da6e5a6d865d09dcb59a0ec7b89c0f43 (patch)
treeae67e8381598ede603100dedd68de3c60616b0a9 /eigrpd/eigrp_structs.h
parentc93d2f48451401121d4f647aae3fe61e44fc085c (diff)
eigrpd: fix spelling of "bandwidth"
There are a number of spelling errors in eigrp. But this one is particular annoying because it is a variable name, not in a comment. Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Diffstat (limited to 'eigrpd/eigrp_structs.h')
-rw-r--r--eigrpd/eigrp_structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eigrpd/eigrp_structs.h b/eigrpd/eigrp_structs.h
index 6b3a14abc5..fd3e4b2014 100644
--- a/eigrpd/eigrp_structs.h
+++ b/eigrpd/eigrp_structs.h
@@ -59,7 +59,7 @@ struct eigrp_master {
struct eigrp_metrics {
u_int32_t delay;
- u_int32_t bandwith;
+ u_int32_t bandwidth;
unsigned char mtu[3];
u_char hop_count;
u_char reliability;