summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-10-14 09:35:12 -0300
committerRenato Botelho <renato@netgate.com>2015-10-14 09:35:12 -0300
commit578ae21f6b412a74a00757992cc19cb4316fe842 (patch)
treeb14e54b51e95690fe31da8d575d557aaa5834de9 /src
parenta4a336b2f6da329a9d07bf12fa2f9bb5164d4de2 (diff)
downloadpfsense-578ae21f6b412a74a00757992cc19cb4316fe842.zip
pfsense-578ae21f6b412a74a00757992cc19cb4316fe842.tar.gz
s/ip/IP/ it got lost on revert. Spotted by @phil-davis
Diffstat (limited to 'src')
-rw-r--r--src/etc/inc/services.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/services.inc b/src/etc/inc/services.inc
index bc7f538..a198a35 100644
--- a/src/etc/inc/services.inc
+++ b/src/etc/inc/services.inc
@@ -1634,7 +1634,7 @@ function services_dhcrelay_configure() {
*/
$srvips = explode(",", $dhcrelaycfg['server']);
if (!is_array($srvips)) {
- log_error("No destination ip has been configured!");
+ log_error("No destination IP has been configured!");
return;
}
OpenPOWER on IntegriCloud