diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-12-18 13:37:43 -0200 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-12-18 13:37:43 -0200 |
commit | 52d44711e1a5730bb4be2bdfd9bba1a5dc352a2c (patch) | |
tree | 6195d678c43e2f73e2ec732768fdcb3b4b85adaf /config/suricata/suricata_post_install.php | |
parent | 0ee05d2c4c649b542090c1bf7c5a19a489c87727 (diff) | |
download | pfsense-packages-52d44711e1a5730bb4be2bdfd9bba1a5dc352a2c.tar.gz pfsense-packages-52d44711e1a5730bb4be2bdfd9bba1a5dc352a2c.tar.bz2 pfsense-packages-52d44711e1a5730bb4be2bdfd9bba1a5dc352a2c.zip |
Fix typos spotted by phil-davis
Diffstat (limited to 'config/suricata/suricata_post_install.php')
-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 4ced40be..f4a66b0b 100644 --- a/config/suricata/suricata_post_install.php +++ b/config/suricata/suricata_post_install.php @@ -63,7 +63,7 @@ global $config, $g, $rebuild_rules, $pkg_interface, $suricata_gui_include; * This is a hack to work around the * * fact the old version of the inc file * * is cached and used instead of the * - * updated version icluded with the * + * updated version included with the * * updated GUI package. * ****************************************/ if (!defined('SURICATA_PBI_BASEDIR')) |