From eab9d9c142c915e3c2a89a0bf6a11313af37eed7 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 12 Jan 2015 12:35:59 -0200 Subject: Fix spell typo spotted by phil-davis --- etc/inc/captiveportal.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc index 9fff606..94c4dd8 100644 --- a/etc/inc/captiveportal.inc +++ b/etc/inc/captiveportal.inc @@ -198,7 +198,7 @@ function captiveportal_configure_zone($cpcfg) { $nentries = count($cpcfg['passthrumac']); if ($nentries > 2000) { if (!set_time_limit(0)) - log_error("Execution time limit may be reached while reconfiguring zone = {$cpzone} due to many passthrugh entries!"); + log_error("Execution time limit may be reached while reconfiguring zone = {$cpzone} due to many passthrough entries!"); } } -- cgit v1.1