aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort-dev/snort_download_rules.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-01-29 16:03:26 -0500
committerChris Buechler <cmb@pfsense.org>2010-01-29 16:03:26 -0500
commit7fd76bd93723552b352f5ac66ca725804320cdc7 (patch)
tree210e456a4ed478fc67aefb05ae4c2a30b80147d2 /config/snort-dev/snort_download_rules.php
parent156627275e083cb09e06322669f34dffb6fab7df (diff)
downloadpfsense-packages-7fd76bd93723552b352f5ac66ca725804320cdc7.tar.gz
pfsense-packages-7fd76bd93723552b352f5ac66ca725804320cdc7.tar.bz2
pfsense-packages-7fd76bd93723552b352f5ac66ca725804320cdc7.zip
fix typos
Diffstat (limited to 'config/snort-dev/snort_download_rules.php')
-rw-r--r--config/snort-dev/snort_download_rules.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/snort-dev/snort_download_rules.php b/config/snort-dev/snort_download_rules.php
index aaeedaca..a8e3ca49 100644
--- a/config/snort-dev/snort_download_rules.php
+++ b/config/snort-dev/snort_download_rules.php
@@ -106,7 +106,7 @@ echo "<script src=\"/row_toggle.js\" type=\"text/javascript\"></script>\n
<td>\n";
$tab_array = array();
- $tab_array[] = array("Snort Inertfaces", false, "/snort/snort_interfaces.php");
+ $tab_array[] = array("Snort Interfaces", false, "/snort/snort_interfaces.php");
$tab_array[] = array("Global Settings", false, "/snort/snort_interfaces_global.php");
$tab_array[] = array("Rule Updates", true, "/snort/snort_download_rules.php");
$tab_array[] = array("Alerts", false, "/snort/snort_alerts.php");
@@ -229,7 +229,7 @@ setTimeout($.unblockUI, 2000);
<td>
<?php
$tab_array = array();
- $tab_array[] = array("Snort Inertfaces", false, "/snort/snort_interfaces.php");
+ $tab_array[] = array("Snort Interfaces", false, "/snort/snort_interfaces.php");
$tab_array[] = array("Global Settings", false, "/snort/snort_interfaces_global.php");
$tab_array[] = array("Rule Updates", true, "/snort/snort_download_rules.php");
$tab_array[] = array("Alerts", false, "/snort/snort_alerts.php");