summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-01-18 14:41:23 -0600
committerChris Buechler <cmb@pfsense.org>2016-01-18 14:41:23 -0600
commitaf8f79b19adf59984dfdd6e4228ce50df132261b (patch)
tree2ccb1a34bed7911cf18c9591e3a4252844216200 /src/usr/local/www/services_dhcp.php
parent7d759989e585cfec0ad62ea1373fbf61da71999e (diff)
downloadpfsense-af8f79b19adf59984dfdd6e4228ce50df132261b.zip
pfsense-af8f79b19adf59984dfdd6e4228ce50df132261b.tar.gz
add missing space between words
Diffstat (limited to 'src/usr/local/www/services_dhcp.php')
-rw-r--r--src/usr/local/www/services_dhcp.php2
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 &lt; 20 (and the other is &gt; 20).');
}
OpenPOWER on IntegriCloud