summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenny Page <dennypage@me.com>2016-02-14 18:46:07 -0800
committerDenny Page <dennypage@me.com>2016-02-14 18:46:07 -0800
commitd4871a15a8fd96632aff189529b0268fd816792e (patch)
tree01c9160fe73fc28470b5e22fcdeabf7bfc103823
parentf8df50025d8b2c0c30f1d23c1897aa2d702cf266 (diff)
parentf96d306e122951011352cf0cf13c0f099e5278e2 (diff)
downloadpfsense-d4871a15a8fd96632aff189529b0268fd816792e.zip
pfsense-d4871a15a8fd96632aff189529b0268fd816792e.tar.gz
Merge branch 'master' of https://github.com/pfsense/pfsense
-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