summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/shaper.inc
diff options
context:
space:
mode:
authorBen Cook <dmantilal@gmail.com>2016-04-19 04:18:07 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-19 08:00:41 -0400
commit0503e477136cae86e9579f895b13e15b26075c94 (patch)
treee633a6f2c8499a5afe3fd78b5f80dd9e1a430d9c /src/etc/inc/shaper.inc
parent0f1332d6af8d17c94dd681672016f7ce3949c01d (diff)
downloadpfsense-0503e477136cae86e9579f895b13e15b26075c94.zip
pfsense-0503e477136cae86e9579f895b13e15b26075c94.tar.gz
Fix trivial GUI typo.
TRB should be TBR for "Token Bucket Regulator". (cherry picked from commit e643627c833ce12fa00a682c66929aaad95760eb)
Diffstat (limited to 'src/etc/inc/shaper.inc')
-rw-r--r--src/etc/inc/shaper.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/shaper.inc b/src/etc/inc/shaper.inc
index 33266fb..2d4c45e 100644
--- a/src/etc/inc/shaper.inc
+++ b/src/etc/inc/shaper.inc
@@ -881,7 +881,7 @@ class altq_root_queue {
$section->addInput(new Form_Input(
'tbrconfig',
- 'TRB Size',
+ 'TBR Size',
'number',
$this->GetTbrConfig()
))->setHelp('Adjusts the size, in bytes, of the token bucket regulator. If not specified, heuristics based on the interface ' .
OpenPOWER on IntegriCloud