summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-04-04 23:08:16 +0545
committerRenato Botelho <garga@FreeBSD.org>2015-04-06 09:41:59 -0300
commited005b2000ddeae4782fc2b84eea83eff44a0907 (patch)
tree23a9464a7454062c90081b3cfd2d5cd1679cac07 /etc
parent5d7a0701d1715e15802968e50c36fd81ab5524cf (diff)
downloadpfsense-ed005b2000ddeae4782fc2b84eea83eff44a0907.zip
pfsense-ed005b2000ddeae4782fc2b84eea83eff44a0907.tar.gz
Few minor text typos
Note that advertise is spelt with an "s" in other places in the GUI, so making it consistent in services_ntpd - but maybe Americans do spell it "advertize" these days?
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/shaper.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc
index d2f7bfc..12ecf61 100644
--- a/etc/inc/shaper.inc
+++ b/etc/inc/shaper.inc
@@ -235,7 +235,7 @@ class altq_root_queue {
var $link;
var $available_bw; /* in b/s */
- /* Accesor functions */
+ /* Accessor functions */
function GetAvailableBandwidth() {
return $this->available_bw;
}
@@ -778,7 +778,7 @@ class priq_queue {
/* This is here to help with form building and building rules/lists */
var $subqueues = array();
- /* Accesor functions */
+ /* Accessor functions */
function GetAvailableBandwidth() {
return $this->available_bw;
}
OpenPOWER on IntegriCloud