summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/gwlb.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index 4fc5c37..f4a281a 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -321,7 +321,7 @@ function return_gateways_status($byname = false) {
}
/* Return all configured gateways on the system */
-function return_gateways_array($disabled = false, $locahost = false) {
+function return_gateways_array($disabled = false, $localhost = false) {
global $config, $g;
$gateways_arr = array();
OpenPOWER on IntegriCloud