summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2010-08-01 23:01:32 -0600
committerErik Fonnesbeck <efonnes@gmail.com>2010-08-01 23:03:26 -0600
commit349e9ec1d03d8b7139ccc8762d44cd8480716149 (patch)
tree121365cc252888014a6f37c04a01c34d03a32e0f /usr/local/www/interfaces.php
parent34d70cc09a2f9868a33f75a19f25da1faf15392b (diff)
downloadpfsense-349e9ec1d03d8b7139ccc8762d44cd8480716149.zip
pfsense-349e9ec1d03d8b7139ccc8762d44cd8480716149.tar.gz
Correct capitalization for PPTP and L2TP in a couple places.
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-xusr/local/www/interfaces.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index d1f82cd..dc630ab 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -1462,12 +1462,12 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "ppp" =
<?php if (isset($pconfig['pppid'])): ?>
<td width="78%" class="vtable">
<a href="/interfaces_ppps_edit.php?id=<?=htmlspecialchars($pconfig['pppid']);?>" class="navlnk">Click here</a>
- for additional PPtP and L2tP configuration options. Save first if you made changes.
+ for additional PPTP and L2TP configuration options. Save first if you made changes.
</td>
<? else: ?>
<td width="78%" class="vtable">
<a href="/interfaces_ppps_edit.php" class="navlnk">Click here</a>
- for advanced PPtP and L2tP configuration options.
+ for advanced PPTP and L2TP configuration options.
</td>
<? endif; ?>
</tr>
OpenPOWER on IntegriCloud