summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBen Cook <dmantilal@gmail.com>2016-04-19 04:18:07 -0400
committerBen Cook <dmantilal@gmail.com>2016-04-19 04:18:07 -0400
commite643627c833ce12fa00a682c66929aaad95760eb (patch)
tree1a8edcfbcec42ec64aab5fdf28a49e1bfb8d5e48 /src
parent2ca17c6c98c37fc08f9a62d94914e6cccfb6c84c (diff)
downloadpfsense-e643627c833ce12fa00a682c66929aaad95760eb.zip
pfsense-e643627c833ce12fa00a682c66929aaad95760eb.tar.gz
Fix trivial GUI typo.
TRB should be TBR for "Token Bucket Regulator".
Diffstat (limited to 'src')
-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