summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_vinterface.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-08-27 19:29:47 -0400
committerChris Buechler <cmb@pfsense.org>2009-08-27 19:29:47 -0400
commit70b139a3e80ab92294ee36942f582d6e514b5482 (patch)
tree8617c2ad93ec37367857a97212ecf40768d32ad5 /usr/local/www/firewall_shaper_vinterface.php
parenteca4bfbc029e060e2d31197fb8ef93efc93e24a8 (diff)
downloadpfsense-70b139a3e80ab92294ee36942f582d6e514b5482.zip
pfsense-70b139a3e80ab92294ee36942f582d6e514b5482.tar.gz
Grammar fixes, patch from Josh Stompro
Diffstat (limited to 'usr/local/www/firewall_shaper_vinterface.php')
-rw-r--r--usr/local/www/firewall_shaper_vinterface.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/local/www/firewall_shaper_vinterface.php b/usr/local/www/firewall_shaper_vinterface.php
index e1370d8..42f263e 100644
--- a/usr/local/www/firewall_shaper_vinterface.php
+++ b/usr/local/www/firewall_shaper_vinterface.php
@@ -16,6 +16,7 @@
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
@@ -260,7 +261,7 @@ if ($queue) {
$can_enable = true;
else
$can_enable = false;
- if ($queue->CanHaveChilds()) {
+ if ($queue->CanHaveChildren()) {
$can_add = true;
} else
$can_add = false;
@@ -319,7 +320,7 @@ if ($queue || $dnpipe || $newqueue) {
if ($queue)
if ($queue->GetEnabled() <> "")
$output .= " CHECKED";
- $output .= " ><span class=\"vexpl\"> Enable/Disable queue and its childs</span>";
+ $output .= " ><span class=\"vexpl\"> Enable/Disable queue and its children.</span>";
$output .= "</td></tr>";
}
}
OpenPOWER on IntegriCloud