summaryrefslogtreecommitdiffstats
path: root/etc/inc/shaper.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@cmb-macbook-pro-3.local>2010-01-05 02:54:23 -0500
committerChris Buechler <cmb@cmb-macbook-pro-3.local>2010-01-05 02:54:23 -0500
commitda0ce7ee2cd0c8915b92f4ebfb5f46e620366ab3 (patch)
tree9bf7a084ae20fa10fa9a3fee86c3aafb18343f0a /etc/inc/shaper.inc
parenta978a0ffe9172cf51703feb0c426aa8958d3fabb (diff)
downloadpfsense-da0ce7ee2cd0c8915b92f4ebfb5f46e620366ab3.zip
pfsense-da0ce7ee2cd0c8915b92f4ebfb5f46e620366ab3.tar.gz
fix typos. Ticket #278
Diffstat (limited to 'etc/inc/shaper.inc')
-rw-r--r--etc/inc/shaper.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc
index 9edb975..a9475e9 100644
--- a/etc/inc/shaper.inc
+++ b/etc/inc/shaper.inc
@@ -964,7 +964,7 @@ class priq_queue {
if (!empty($q['description']))
$this->SetDescription($q['description']);
else
- $this->SetDescritption("");
+ $this->SetDescription("");
if (!empty($q['red']))
$this->SetRed($q['red']);
else
@@ -2677,7 +2677,7 @@ class dummynet_class {
return $this->description;
}
function SetDescription($str) {
- $this->descritpion = trim($str);
+ $this->description = trim($str);
}
function GetFirstime() {
return $this->firsttime;
@@ -3095,7 +3095,7 @@ class dnqueue_class extends dummynet_class {
$this->SetMask($q['mask']);
if (isset($q['weight']) && $q['weight'] <> "")
$this->SetWeight($q['weight']);
- if (isset($q['descritption']) && $q['description'] <> "")
+ if (isset($q['description']) && $q['description'] <> "")
$this->SetDescription($q['description']);
$this->SetEnabled($q['enabled']);
}
OpenPOWER on IntegriCloud