diff options
author | PiBa-NL <pba_2k3@yahoo.com> | 2013-09-30 19:14:37 +0200 |
---|---|---|
committer | PiBa-NL <pba_2k3@yahoo.com> | 2013-09-30 19:14:37 +0200 |
commit | f0542c9a67ddc1089050303336864ad423ba4853 (patch) | |
tree | 9e395c8887a7c8316992c7f1beb0a2a7b6fcc979 /config/haproxy-devel/haproxy_global.php | |
parent | 9775315fe12a31de08a1845cea8dd6992a2ef6e8 (diff) | |
download | pfsense-packages-f0542c9a67ddc1089050303336864ad423ba4853.tar.gz pfsense-packages-f0542c9a67ddc1089050303336864ad423ba4853.tar.bz2 pfsense-packages-f0542c9a67ddc1089050303336864ad423ba4853.zip |
haproxy-devel, spelling correction (thanks phil-davis)
spelling (thanks phil-davis) & removing fixed HAProxy text for "haproxy_xmlrpcsyncclient.inc"
Diffstat (limited to 'config/haproxy-devel/haproxy_global.php')
-rwxr-xr-x | config/haproxy-devel/haproxy_global.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/haproxy-devel/haproxy_global.php b/config/haproxy-devel/haproxy_global.php index 018a67ef..ff8d1280 100755 --- a/config/haproxy-devel/haproxy_global.php +++ b/config/haproxy-devel/haproxy_global.php @@ -341,7 +341,7 @@ function enable_change(enable_change) { <td width="78%" class="vtable"> <input name="enablesync" type="checkbox" value="yes" <?php if ($pconfig['enablesync']) echo "checked"; ?>> <strong>Sync HAProxy configuration to backup CARP members via XMLRPC.</strong><br/> - Note: remeber to also turn on HAProxy Sync on the backup nodes.<br/> + Note: remember to also turn on HAProxy Sync on the backup nodes.<br/> The synchronisation host and password are those configured in pfSense main <a href="/system_hasync.php">"System: High Availability Sync"</a> settings. </td> </tr> |