diff --git a/pages/linux/tc.md b/pages/linux/tc.md index 3456fa598e..5427e61142 100644 --- a/pages/linux/tc.md +++ b/pages/linux/tc.md @@ -17,7 +17,7 @@ - Limit bandwidth, burst rate and max latency: -`tc qdisc add dev eth0 root tbf rate {{max_bandwith_mb}}mbit burst {{max_burst_rate_kb}}kbit latency {{max_latency_before_drop_ms}}ms` +`tc qdisc add dev eth0 root tbf rate {{max_bandwidth_mb}}mbit burst {{max_burst_rate_kb}}kbit latency {{max_latency_before_drop_ms}}ms` - Show active traffic control policies: