summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_hasync.php
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-09-20 09:39:35 +0200
committerdoktornotor <notordoktor@gmail.com>2015-09-20 09:39:35 +0200
commite14a94af624f960ee122fe5156dc504b501300d4 (patch)
treedb6a930e7f0636d33a19492c0076ffa49587864b /src/usr/local/www/system_hasync.php
parent3c596efc107243ac908b40bbf820ca7e5ff0cd30 (diff)
downloadpfsense-e14a94af624f960ee122fe5156dc504b501300d4.zip
pfsense-e14a94af624f960ee122fe5156dc504b501300d4.tar.gz
system_hasync.php - spelling/spacing fixes
Diffstat (limited to 'src/usr/local/www/system_hasync.php')
-rwxr-xr-xsrc/usr/local/www/system_hasync.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/system_hasync.php b/src/usr/local/www/system_hasync.php
index 39edb45..85ba736 100755
--- a/src/usr/local/www/system_hasync.php
+++ b/src/usr/local/www/system_hasync.php
@@ -131,8 +131,8 @@ $section->addInput(new Form_Select(
$pconfig['pfsyncinterface'],
$iflist
))->setHelp('If Synchronize States is enabled this interface will be used for communication.<br />' .
- 'We recommend setting this to an interface other than LAN! A dedicated interface works the best.<br />' .
- 'You must define a IP on each machine participating in this failover group.<br />' .
+ 'We recommend setting this to an interface other than LAN! A dedicated interface works the best.<br />' .
+ 'You must define an IP on each machine participating in this failover group.<br />' .
'You must have an IP assigned to the interface on any participating sync nodes.');
$section->addInput(new Form_Input(
@@ -141,7 +141,7 @@ $section->addInput(new Form_Input(
'text',
$pconfig['pfsyncpeerip'],
['placeholder' => 'IP Address']
-))->setHelp('Setting this option will force pfsync to synchronize its state table to this IP address. The default is directed multicast.');
+))->setHelp('Setting this option will force pfsync to synchronize its state table to this IP address. The default is directed multicast.');
$form->add($section);
@@ -333,4 +333,4 @@ $form->add($section);
print($form);
-include("foot.inc"); \ No newline at end of file
+include("foot.inc");
OpenPOWER on IntegriCloud