summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-02-14 20:46:25 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-02-14 20:46:25 -0500
commitf96d306e122951011352cf0cf13c0f099e5278e2 (patch)
tree9bfc7a43b8d27d71f29321c4940b6cc47c2a7dd5
parentfef22da779bcfe9ab6d62cf8f39d4b466edeac2c (diff)
parentc1a5347f64f50885f0eb13d775936646f157da11 (diff)
downloadpfsense-f96d306e122951011352cf0cf13c0f099e5278e2.zip
pfsense-f96d306e122951011352cf0cf13c0f099e5278e2.tar.gz
Merge pull request #2640 from phil-davis/patch-1
-rw-r--r--src/etc/inc/gwlb.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/gwlb.inc b/src/etc/inc/gwlb.inc
index 6ab8b8a..17c2d5e 100644
--- a/src/etc/inc/gwlb.inc
+++ b/src/etc/inc/gwlb.inc
@@ -1020,7 +1020,7 @@ function dhclient_update_gateway_groups_defaultroute($interface = "wan") {
}
}
if ($changed && $current_gw) {
- write_config(sprintf(gettext('Updating gateway group gateway for %1$s - new gateway is %2$s'), $interfac, $current_gw));
+ write_config(sprintf(gettext('Updating gateway group gateway for %1$s - new gateway is %2$s'), $interface, $current_gw));
}
}
OpenPOWER on IntegriCloud