summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-10-14 09:36:47 -0300
committerRenato Botelho <renato@netgate.com>2015-10-14 09:36:47 -0300
commitb7e3ab94e2a7590d13354e75cf9e8ca036abedb9 (patch)
tree922b744608e419f7fbba3ed1ba45c8791d646f06
parent71afb77560bc8653c0c67cc48719413fed600ceb (diff)
downloadpfsense-b7e3ab94e2a7590d13354e75cf9e8ca036abedb9.zip
pfsense-b7e3ab94e2a7590d13354e75cf9e8ca036abedb9.tar.gz
s/ip/IP/ it got lost on revert. Spotted by @phil-davis
-rw-r--r--etc/inc/services.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index d115994..7ccd509 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -1647,7 +1647,7 @@ function services_dhcrelay6_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