From c598160a4ac0dfe2c2f2b65e50682e87575876b9 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Tue, 23 Jun 2015 01:48:03 -0500 Subject: Fix var name typo in shaper.inc --- etc/inc/shaper.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc index 12ecf61..3ea7eb9 100644 --- a/etc/inc/shaper.inc +++ b/etc/inc/shaper.inc @@ -438,7 +438,7 @@ class altq_root_queue { $myBw = $this->GetAvailableBandwidth() * $queue['bandwidth'] / 100; break; default: - $myBw = $queue['bandwidth'] * get_bandwidthtype_scale($queue['bandwdithtype']); + $myBw = $queue['bandwidth'] * get_bandwidthtype_scale($queue['bandwidthtype']); break; } } -- cgit v1.1