summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_ntpd_gps.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/services_ntpd_gps.php')
-rw-r--r--src/usr/local/www/services_ntpd_gps.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/services_ntpd_gps.php b/src/usr/local/www/services_ntpd_gps.php
index 5453f63..30af57c 100644
--- a/src/usr/local/www/services_ntpd_gps.php
+++ b/src/usr/local/www/services_ntpd_gps.php
@@ -258,9 +258,9 @@ $section->addInput(new Form_Select(
'GPS',
$pconfig['type'],
array_combine($gpstypes, $gpstypes)
-))->setHelp('This option allows you to select a predefined configuration.' .
+))->setHelp('This option allows you to select a predefined configuration. ' .
'Default is the configuration of pfSense 2.1 and earlier (not recommended). Select Generic if your GPS is not listed.' . '<br /><br />' .
- 'The perdefined configurations assume your GPS has already been set to NMEA mode.');
+ 'The predefined configurations assume your GPS has already been set to NMEA mode.');
$serialports = glob("/dev/cua?[0-9]{,.[0-9]}", GLOB_BRACE);
@@ -276,7 +276,7 @@ if (!empty($serialports)) {
'gpsport',
'Serial port',
$pconfig['port'],
- $splist
+ $splist
))->setHelp('All serial ports are listed, be sure to pick the port with the GPS attached. ');
$section->addInput(new Form_Select(
@@ -329,7 +329,7 @@ $section->addInput(new Form_Checkbox(
$section->addInput(new Form_Checkbox(
'gpsselect',
null,
- 'NTP should not use this clock, it will be displayed for reference only(default: disabled).',
+ 'NTP should not use this clock, it will be displayed for reference only (default: disabled).',
$pconfig['noselect']
));
OpenPOWER on IntegriCloud