summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_l2tp.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-08-02 12:55:20 -0400
committerjim-p <jimp@pfsense.org>2016-08-02 12:55:45 -0400
commit160d285a754addef689c3c7236221569d2f8eea5 (patch)
tree39aea1c4b9e526b0c363765aa998ead2b0b1d010 /src/usr/local/www/vpn_l2tp.php
parent77074d55bc3215854920bee5df098208e3af50d5 (diff)
downloadpfsense-160d285a754addef689c3c7236221569d2f8eea5.zip
pfsense-160d285a754addef689c3c7236221569d2f8eea5.tar.gz
Fix typo, LT2P->L2TP
Diffstat (limited to 'src/usr/local/www/vpn_l2tp.php')
-rw-r--r--src/usr/local/www/vpn_l2tp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/vpn_l2tp.php b/src/usr/local/www/vpn_l2tp.php
index 80ad5ad..bc80f33 100644
--- a/src/usr/local/www/vpn_l2tp.php
+++ b/src/usr/local/www/vpn_l2tp.php
@@ -226,7 +226,7 @@ $section = new Form_Section("Enable L2TP");
$section->addInput(new Form_Checkbox(
'mode',
'Enable',
- 'Enable LT2P server',
+ 'Enable L2TP server',
($pconfig['mode'] == "server"),
'server'
));
OpenPOWER on IntegriCloud