summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_npt.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-12-02 11:34:29 -0200
committerRenato Botelho <garga@FreeBSD.org>2013-12-02 11:34:29 -0200
commita9be92f0fa5875c0ad95ecc5410d5949661d5284 (patch)
tree951b8d8299e7a1af0e41a8f1af52df8398e616ca /usr/local/www/firewall_nat_npt.php
parent4287c73ab492acf73452467b474ae04e8662942b (diff)
downloadpfsense-a9be92f0fa5875c0ad95ecc5410d5949661d5284.zip
pfsense-a9be92f0fa5875c0ad95ecc5410d5949661d5284.tar.gz
Fix typos
Diffstat (limited to 'usr/local/www/firewall_nat_npt.php')
-rw-r--r--usr/local/www/firewall_nat_npt.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_npt.php b/usr/local/www/firewall_nat_npt.php
index 4c99b6d..f85d321 100644
--- a/usr/local/www/firewall_nat_npt.php
+++ b/usr/local/www/firewall_nat_npt.php
@@ -86,7 +86,7 @@ include("head.inc");
<?php if (is_subsystem_dirty('natconf')): ?>
<?php print_info_box_np(gettext("The NAT configuration has been changed") . ".<br/>" . gettext("You must apply the changes in order for them to take effect."));?><br/>
<?php endif; ?>
-<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="firwall nat npt"> <tr><td>
+<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="firewall nat npt"> <tr><td>
<?php
$tab_array = array();
$tab_array[] = array(gettext("Port Forward"), false, "firewall_nat.php");
OpenPOWER on IntegriCloud