From c38759c0cc7749184c60dea72cb3eaefeb798cf8 Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 3 May 2016 11:21:19 -0400 Subject: [PATCH] Fix typo --- src/usr/local/www/vpn_l2tp.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/usr/local/www/vpn_l2tp.php b/src/usr/local/www/vpn_l2tp.php index 7bc0d68e2a..7284a9929f 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'] ));