aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort-dev
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
parent156627275e083cb09e06322669f34dffb6fab7df (diff)
downloadpfsense-packages-7fd76bd93723552b352f5ac66ca725804320cdc7.tar.gz
pfsense-packages-7fd76bd93723552b352f5ac66ca725804320cdc7.tar.bz2
pfsense-packages-7fd76bd93723552b352f5ac66ca725804320cdc7.zip
fix typos
Diffstat (limited to 'config/snort-dev')
-rw-r--r--config/snort-dev/snort_alerts.php2
-rw-r--r--config/snort-dev/snort_blocked.php2
-rw-r--r--config/snort-dev/snort_download_rules.php4
-rw-r--r--config/snort-dev/snort_help_info.php2
-rw-r--r--config/snort-dev/snort_interfaces.php2
-rw-r--r--config/snort-dev/snort_interfaces_global.php2
-rw-r--r--config/snort-dev/snort_whitelist.xml4
7 files changed, 9 insertions, 9 deletions
diff --git a/config/snort-dev/snort_alerts.php b/config/snort-dev/snort_alerts.php
index 5b7323db..dae9983c 100644
--- a/config/snort-dev/snort_alerts.php
+++ b/config/snort-dev/snort_alerts.php
@@ -322,7 +322,7 @@ if ($pconfig['arefresh'] == 'on' || $pconfig['arefresh'] == '')
<tr><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", false, "/snort/snort_download_rules.php");
$tab_array[] = array("Alerts", true, "/snort/snort_alerts.php");
diff --git a/config/snort-dev/snort_blocked.php b/config/snort-dev/snort_blocked.php
index fcaa4a58..dcd2faaa 100644
--- a/config/snort-dev/snort_blocked.php
+++ b/config/snort-dev/snort_blocked.php
@@ -248,7 +248,7 @@ if ($pconfig['brefresh'] == 'on' || $pconfig['brefresh'] == '')
<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", false, "/snort/snort_download_rules.php");
$tab_array[] = array("Alerts", false, "/snort/snort_alerts.php");
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");
diff --git a/config/snort-dev/snort_help_info.php b/config/snort-dev/snort_help_info.php
index aa8dd344..754a82e3 100644
--- a/config/snort-dev/snort_help_info.php
+++ b/config/snort-dev/snort_help_info.php
@@ -49,7 +49,7 @@ include('head.inc');
<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", false, "/snort/snort_download_rules.php");
$tab_array[] = array("Alerts", false, "/snort/snort_alerts.php");
diff --git a/config/snort-dev/snort_interfaces.php b/config/snort-dev/snort_interfaces.php
index 6907c45f..5a8ffd2a 100644
--- a/config/snort-dev/snort_interfaces.php
+++ b/config/snort-dev/snort_interfaces.php
@@ -236,7 +236,7 @@ padding: 15px 10px 50% 50px;
<tr><td>
<?php
$tab_array = array();
- $tab_array[] = array("Snort Inertfaces", true, "/snort/snort_interfaces.php");
+ $tab_array[] = array("Snort Interfaces", true, "/snort/snort_interfaces.php");
$tab_array[] = array("Global Settings", false, "/snort/snort_interfaces_global.php");
$tab_array[] = array("Rule Updates", false, "/snort/snort_download_rules.php");
$tab_array[] = array("Alerts", false, "/snort/snort_alerts.php");
diff --git a/config/snort-dev/snort_interfaces_global.php b/config/snort-dev/snort_interfaces_global.php
index 3b478a3c..50ae9aec 100644
--- a/config/snort-dev/snort_interfaces_global.php
+++ b/config/snort-dev/snort_interfaces_global.php
@@ -148,7 +148,7 @@ include("head.inc");
<tr><td class="tabnavtbl">
<?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", true, "/snort/snort_interfaces_global.php");
$tab_array[] = array("Rule Updates", false, "/snort/snort_download_rules.php");
$tab_array[] = array("Alerts", false, "/snort/snort_alerts.php");
diff --git a/config/snort-dev/snort_whitelist.xml b/config/snort-dev/snort_whitelist.xml
index ba80caa4..7e144f47 100644
--- a/config/snort-dev/snort_whitelist.xml
+++ b/config/snort-dev/snort_whitelist.xml
@@ -52,7 +52,7 @@
<!-- Menu is where this packages menu will appear -->
<tabs>
<tab>
- <text>Snort Inertfaces</text>
+ <text>Snort Interfaces</text>
<url>/snort/snort_interfaces.php</url>
</tab>
<tab>
@@ -114,4 +114,4 @@
<custom_php_resync_config_command>
create_snort_conf();
</custom_php_resync_config_command>
-</packagegui> \ No newline at end of file
+</packagegui>