diff options
author | Jim P <jim@pingle.org> | 2013-09-30 11:01:02 -0700 |
---|---|---|
committer | Jim P <jim@pingle.org> | 2013-09-30 11:01:02 -0700 |
commit | cd254bb398808a74687ee79d255b48f8fdfb95fe (patch) | |
tree | 9e395c8887a7c8316992c7f1beb0a2a7b6fcc979 /config/haproxy-devel/haproxy_global.php | |
parent | 9775315fe12a31de08a1845cea8dd6992a2ef6e8 (diff) | |
parent | f0542c9a67ddc1089050303336864ad423ba4853 (diff) | |
download | pfsense-packages-cd254bb398808a74687ee79d255b48f8fdfb95fe.tar.gz pfsense-packages-cd254bb398808a74687ee79d255b48f8fdfb95fe.tar.bz2 pfsense-packages-cd254bb398808a74687ee79d255b48f8fdfb95fe.zip |
Merge pull request #518 from PiBa-NL/haproxy_spellcheck
haproxy-devel, spelling correction (thanks phil-davis)
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> |