summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2015-01-12 12:35:59 -0200
committerRenato Botelho <garga@FreeBSD.org>2015-01-12 12:36:11 -0200
commiteab9d9c142c915e3c2a89a0bf6a11313af37eed7 (patch)
tree0eea607bd663e8f04753525112df615e497c5c9b /etc/inc
parent324311043385aed357ca8838bde2c3af3111e564 (diff)
downloadpfsense-eab9d9c142c915e3c2a89a0bf6a11313af37eed7.zip
pfsense-eab9d9c142c915e3c2a89a0bf6a11313af37eed7.tar.gz
Fix spell typo spotted by phil-davis
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/captiveportal.inc2
1 files changed, 1 insertions, 1 deletions
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!");
}
}
OpenPOWER on IntegriCloud