summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_queues_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-11-21 06:41:18 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-11-21 06:41:18 +0000
commita3044896e7f1edcfc501297514508de4c120c1af (patch)
treee44fa823d2304fc5acdcf9d9c3855b297ac1ffab /usr/local/www/firewall_shaper_queues_edit.php
parent9425bdc12b384e795927b0c7f7d5ba2cb5ada18d (diff)
downloadpfsense-a3044896e7f1edcfc501297514508de4c120c1af.zip
pfsense-a3044896e7f1edcfc501297514508de4c120c1af.tar.gz
evailable -> available
Diffstat (limited to 'usr/local/www/firewall_shaper_queues_edit.php')
-rwxr-xr-xusr/local/www/firewall_shaper_queues_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_shaper_queues_edit.php b/usr/local/www/firewall_shaper_queues_edit.php
index 43f479d..842eb94 100755
--- a/usr/local/www/firewall_shaper_queues_edit.php
+++ b/usr/local/www/firewall_shaper_queues_edit.php
@@ -306,7 +306,7 @@ function sync_scheduler_options() {
<td width="22%" valign="top" class="vncell">Scheduler options</td>
<td width="78%" class="vtable">
<input type="checkbox" id="defaultqueue" name="defaultqueue" <?php if($defaultqueue) echo " CHECKED";?> > Default queue<br>
- <input type="checkbox" id="borrow" name="borrow" <?php if($borrow) echo " CHECKED";?> > Borrow from other queues when evailable<br>
+ <input type="checkbox" id="borrow" name="borrow" <?php if($borrow) echo " CHECKED";?> > Borrow from other queues when available<br>
<input type="checkbox" id="red" name="red" <?php if($red) echo " CHECKED";?> > Random Early Detection<br>
<input type="checkbox" id="rio" name="rio" <?php if($rio) echo " CHECKED";?> > Random Early Detection In and Out<br>
<input type="checkbox" id="ecn" name="ecn" <?php if($ecn) echo " CHECKED";?> > Explicit Congestion Notification<br>
OpenPOWER on IntegriCloud