From 52d44711e1a5730bb4be2bdfd9bba1a5dc352a2c Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Thu, 18 Dec 2014 13:37:43 -0200 Subject: Fix typos spotted by phil-davis --- config/suricata/suricata_ip_reputation.php | 2 +- config/suricata/suricata_post_install.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'config/suricata') diff --git a/config/suricata/suricata_ip_reputation.php b/config/suricata/suricata_ip_reputation.php index a377fe7b..4615923a 100644 --- a/config/suricata/suricata_ip_reputation.php +++ b/config/suricata/suricata_ip_reputation.php @@ -136,7 +136,7 @@ if ($_POST['save'] || $_POST['apply']) { if ($_POST['host_hash_size'] < 1024 || !is_numericint($_POST['host_hash_size'])) $input_errors[] = gettext("The value for 'Host Hash Size' must be a numeric integer greater than 1024!"); if ($_POST['host_prealloc'] < 10 || !is_numericint($_POST['host_prealloc'])) - $input_errors[] = gettext("The value for 'Host Memcap' must be a numeric integer greater than 10!"); + $input_errors[] = gettext("The value for 'Host Preallocations' must be a numeric integer greater than 10!"); // Validate CATEGORIES FILE if ($_POST['enable_iprep'] == 'on') { 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')) -- cgit v1.2.3