summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_l2tp.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-05-03 11:21:19 -0400
committerjim-p <jimp@pfsense.org>2016-05-03 11:21:19 -0400
commitf06b86ca1164d737729f4ff721c69c772d354b94 (patch)
tree0dc582194a5c73b080e82159334dc12a84b5d102 /src/usr/local/www/vpn_l2tp.php
parent71002df866c3036b3a46521f92f9b1bb22925b41 (diff)
downloadpfsense-f06b86ca1164d737729f4ff721c69c772d354b94.zip
pfsense-f06b86ca1164d737729f4ff721c69c772d354b94.tar.gz
Fix typo
Diffstat (limited to 'src/usr/local/www/vpn_l2tp.php')
-rw-r--r--src/usr/local/www/vpn_l2tp.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/vpn_l2tp.php b/src/usr/local/www/vpn_l2tp.php
index 7bc0d68..7284a99 100644
--- a/src/usr/local/www/vpn_l2tp.php
+++ b/src/usr/local/www/vpn_l2tp.php
@@ -306,14 +306,14 @@ $section->addInput(new Form_Select(
$section->addInput(new Form_Input(
'l2tp_dns1',
- 'Primary L2TM DNS server',
+ 'Primary L2TP DNS server',
'text',
$pconfig['l2tp_dns1']
));
$section->addInput(new Form_Input(
'l2tp_dns2',
- 'Secondary L2TM DNS server',
+ 'Secondary L2TP DNS server',
'text',
$pconfig['l2tp_dns2']
));
OpenPOWER on IntegriCloud