diff options
author | Chris Buechler <cmb@pfsense.org> | 2016-01-18 14:41:23 -0600 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2016-01-18 14:41:23 -0600 |
commit | af8f79b19adf59984dfdd6e4228ce50df132261b (patch) | |
tree | 2ccb1a34bed7911cf18c9591e3a4252844216200 | |
parent | 7d759989e585cfec0ad62ea1373fbf61da71999e (diff) | |
download | pfsense-af8f79b19adf59984dfdd6e4228ce50df132261b.zip pfsense-af8f79b19adf59984dfdd6e4228ce50df132261b.tar.gz |
add missing space between words
-rw-r--r-- | src/usr/local/www/services_dhcp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dhcp.php b/src/usr/local/www/services_dhcp.php index d13305c..4513d94 100644 --- a/src/usr/local/www/services_dhcp.php +++ b/src/usr/local/www/services_dhcp.php @@ -937,7 +937,7 @@ if (!is_numeric($pool) && !($act == "newpool")) { 'failover_peerip', 'Failover peer IP', $pconfig['failover_peerip'] - ))->setHelp('Leave blank to disable. Enter the interface IP address of the other machine. Machines must be using CARP.' . + ))->setHelp('Leave blank to disable. Enter the interface IP address of the other machine. Machines must be using CARP. ' . 'Interface\'s advskew determines whether the DHCPd process is Primary or Secondary. Ensure one machine\'s advskew < 20 (and the other is > 20).'); } |