diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2014-09-04 16:39:48 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2014-09-04 16:39:48 -0400 |
commit | 12960cc35261a40916f02e2f5883d5fbfa2e9b0f (patch) | |
tree | c4329286633ea7a77bca8ced67e80a540e8b8507 /config/suricata | |
parent | 2ad46791c5b1b2ad74a5119fee13086b9480fcea (diff) | |
download | pfsense-packages-12960cc35261a40916f02e2f5883d5fbfa2e9b0f.tar.gz pfsense-packages-12960cc35261a40916f02e2f5883d5fbfa2e9b0f.tar.bz2 pfsense-packages-12960cc35261a40916f02e2f5883d5fbfa2e9b0f.zip |
Fix spelling error typo in a comment line.
Diffstat (limited to 'config/suricata')
-rw-r--r-- | config/suricata/suricata_post_install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/suricata/suricata_post_install.php b/config/suricata/suricata_post_install.php index 47dd3ad7..3c362055 100644 --- a/config/suricata/suricata_post_install.php +++ b/config/suricata/suricata_post_install.php @@ -141,7 +141,7 @@ if ($config['installedpackages']['suricata']['config'][0]['forcekeepsettings'] = $suricatacfgdir = "{$suricatadir}suricata_{$suricata_uuid}_{$if_real}"; // Pull in the PHP code that generates the suricata.yaml file - // variables that will be substitued further down below. + // variables that will be substituted further down below. include("/usr/local/pkg/suricata/suricata_generate_yaml.php"); // Pull in the boilerplate template for the suricata.yaml |