aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2015-08-11 19:51:47 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2015-08-11 19:51:47 -0400
commit748a08538b18e620b5dbd0d51f027a1f0896f4ec (patch)
tree3b315c70e397b66358e6715f8ee9861a5104e01f /config/snort
parent8b363a3e38ca048cf86aaf585086a5a4c942252d (diff)
downloadpfsense-packages-748a08538b18e620b5dbd0d51f027a1f0896f4ec.tar.gz
pfsense-packages-748a08538b18e620b5dbd0d51f027a1f0896f4ec.tar.bz2
pfsense-packages-748a08538b18e620b5dbd0d51f027a1f0896f4ec.zip
Fix spelling error in message string.
Diffstat (limited to 'config/snort')
-rwxr-xr-xconfig/snort/snort.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc
index 5def1a1f..62002b24 100755
--- a/config/snort/snort.inc
+++ b/config/snort/snort.inc
@@ -3455,7 +3455,7 @@ function snort_prepare_rule_files($snortcfg, $snortcfgdir) {
/* Build a new sid-msg.map file from the enabled */
/* rules and copy it to the interface directory. */
- log_error(gettext("[Snort] Building new sig-msg.map file for " . convert_friendly_interface_to_friendly_descr($snortcfg['interface']) . "..."));
+ log_error(gettext("[Snort] Building new sid-msg.map file for " . convert_friendly_interface_to_friendly_descr($snortcfg['interface']) . "..."));
snort_build_sid_msg_map("{$snortcfgdir}/rules/", "{$snortcfgdir}/sid-msg.map");
}