summaryrefslogtreecommitdiffstats
path: root/src
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:46 -0400
commitc38759c0cc7749184c60dea72cb3eaefeb798cf8 (patch)
tree85aa9426c582ee1eee87bd22a9a0bc8d84590912 /src
parenta63c65a64714846f042ba790698b96b842e00bc3 (diff)
downloadpfsense-c38759c0cc7749184c60dea72cb3eaefeb798cf8.zip
pfsense-c38759c0cc7749184c60dea72cb3eaefeb798cf8.tar.gz
Fix typo
Diffstat (limited to 'src')
-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