summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-06-23 01:48:03 -0500
committerChris Buechler <cmb@pfsense.org>2015-06-23 01:48:03 -0500
commitc598160a4ac0dfe2c2f2b65e50682e87575876b9 (patch)
treef739f1eab8cc44a406d5091f1d3f67e1b90f5636
parent5e1ff5641311d8c05482e112ead82f10259e3635 (diff)
downloadpfsense-c598160a4ac0dfe2c2f2b65e50682e87575876b9.zip
pfsense-c598160a4ac0dfe2c2f2b65e50682e87575876b9.tar.gz
Fix var name typo in shaper.inc
-rw-r--r--etc/inc/shaper.inc2
1 files changed, 1 insertions, 1 deletions
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;
}
}
OpenPOWER on IntegriCloud