summaryrefslogtreecommitdiffstats
path: root/etc/inc/shaper.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2012-04-12 03:23:22 -0400
committerChris Buechler <cmb@pfsense.org>2012-04-12 03:23:50 -0400
commitf989a6ef078f63b803d96936fe3c8b1ea1a70292 (patch)
tree44d6b2759c6c1ec1bd21c088acbc4ea8aa233980 /etc/inc/shaper.inc
parent3f5f7ad370946a0caaa0c01c55a65dc190f4a2e5 (diff)
downloadpfsense-f989a6ef078f63b803d96936fe3c8b1ea1a70292.zip
pfsense-f989a6ef078f63b803d96936fe3c8b1ea1a70292.tar.gz
fix typo. Ticket #2371
Diffstat (limited to 'etc/inc/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 9738f46..7b52ccc 100644
--- a/etc/inc/shaper.inc
+++ b/etc/inc/shaper.inc
@@ -3242,7 +3242,7 @@ class dnqueue_class extends dummynet_class {
$parent =& $this->GetParent();
$pfq_rule = "queue ". $this->GetNumber() . " config pipe " . $parent->GetNumber();
if ($this->GetQlimit())
- $pfq_rule .= " queue " . $this->GetQimit();
+ $pfq_rule .= " queue " . $this->GetQlimit();
if ($this->GetWeight())
$pfq_rule .= " weight " . $this->GetWeight();
if ($this->GetBuckets())
OpenPOWER on IntegriCloud