summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_ntpd.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-05-01 00:06:27 -0700
committerStephen Beaver <sbeaver@netgate.com>2016-05-01 21:48:57 -0400
commit60ec80028602e22ab65c876c34d86b8f5421ba50 (patch)
treed69c9a8517b618b510629c4aa6192ac6c36834c7 /src/usr/local/www/services_ntpd.php
parent0487483fb058d1b2e2a6132d29ab333c5ce071ed (diff)
downloadpfsense-60ec80028602e22ab65c876c34d86b8f5421ba50.zip
pfsense-60ec80028602e22ab65c876c34d86b8f5421ba50.tar.gz
Miscellaneous Textual Corrections
(cherry picked from commit bb80af580c5a4408e42c76c39c67d173540897db)
Diffstat (limited to 'src/usr/local/www/services_ntpd.php')
-rw-r--r--src/usr/local/www/services_ntpd.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/services_ntpd.php b/src/usr/local/www/services_ntpd.php
index e335992..fc790f1 100644
--- a/src/usr/local/www/services_ntpd.php
+++ b/src/usr/local/www/services_ntpd.php
@@ -299,7 +299,7 @@ $section->addInput(new Form_StaticText(
$btnaddrow
))->setHelp('For best results three to five servers should be configured here.' . '<br />' .
'The prefer option indicates that NTP should favor the use of this server more than all others.' . '<br />' .
- 'The noselect option indicates that NTP should not use this server for time, but stats for this server will be collected and displayed.');
+ 'The no select option indicates that NTP should not use this server for time, but stats for this server will be collected and displayed.');
$section->addInput(new Form_Input(
'ntporphan',
@@ -308,7 +308,7 @@ $section->addInput(new Form_Input(
$pconfig['ntporphan']
))->setHelp('Orphan mode allows the system clock to be used when no other clocks are available. ' .
'The number here specifies the stratum reported during orphan mode and should normally be set to a number high enough ' .
- 'to insure that any other servers available to clients are preferred over this server. (default: 12).');
+ 'to insure that any other servers available to clients are preferred over this server (default: 12).');
$section->addInput(new Form_Checkbox(
'statsgraph',
@@ -381,7 +381,7 @@ $btnadv->setAttribute('type','button')->addClass('btn-info btn-sm');
$section->addInput(new Form_StaticText(
'Leap seconds',
$btnadv
-))->setHelp('A leap second file allows NTP to advertize an upcoming leap second addition or subtraction. ' .
+))->setHelp('A leap second file allows NTP to advertise an upcoming leap second addition or subtraction. ' .
'Normally this is only useful if this server is a stratum 1 time server. ');
$section->addInput(new Form_Textarea(
OpenPOWER on IntegriCloud