summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_ntpd.php
diff options
context:
space:
mode:
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