Fix var name typo in shaper.inc

This commit is contained in:
Chris Buechler 2015-06-23 01:48:03 -05:00
parent 5e1ff56413
commit c598160a4a

View File

@ -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;
}
}