summaryrefslogtreecommitdiffstats
path: root/etc/inc/vpn.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-01-07 12:47:26 -0600
committerChris Buechler <cmb@pfsense.org>2015-01-07 12:47:26 -0600
commite57a3e408745d6f4d06ffcce97f54a5f8bd5de37 (patch)
tree4e5d80bf88d247e6171b128c4405ddc2279004d2 /etc/inc/vpn.inc
parent40cc36d165ebe44f423554e9bc411f17161fea3b (diff)
downloadpfsense-e57a3e408745d6f4d06ffcce97f54a5f8bd5de37.zip
pfsense-e57a3e408745d6f4d06ffcce97f54a5f8bd5de37.tar.gz
fix spelling of compression
Diffstat (limited to 'etc/inc/vpn.inc')
-rw-r--r--etc/inc/vpn.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index 278fb45..d5775da 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -825,7 +825,7 @@ EOD;
EOD;
- if (isset($config['ipsec']['commpression'])) {
+ if (isset($config['ipsec']['compression'])) {
$ipsecconnect .= '\tcompress = yes\n';
$enablecompression = true;
}
OpenPOWER on IntegriCloud