summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-03-24 20:44:11 +0000
committerErmal <eri@pfsense.org>2014-03-24 20:44:11 +0000
commit0fcae2eca8ee9d65d5391eca9f72d66eef72f76f (patch)
treea4f45430a0c48ee579613ffc314e5a9f2f972e5b
parentcfa53879d62806c63b412e26fd5e53138a4a8070 (diff)
downloadpfsense-0fcae2eca8ee9d65d5391eca9f72d66eef72f76f.zip
pfsense-0fcae2eca8ee9d65d5391eca9f72d66eef72f76f.tar.gz
Fixes #3543, correct the typo in spelling
-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 78a70a2..25bccdf 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -367,7 +367,7 @@ EOD;
/* Release allocated pipes for this zone */
captiveportal_free_dnrules();
- mwexec("/sbin/ipfw zone {$cpzoneid} destory", true);
+ mwexec("/sbin/ipfw zone {$cpzoneid} destroy", true);
if (empty($config['captiveportal']))
mwexec("/sbin/sysctl net.link.ether.ipfw=0");
OpenPOWER on IntegriCloud