aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/suricata/suricata_ip_reputation.php2
-rw-r--r--config/suricata/suricata_post_install.php2
2 files changed, 2 insertions, 2 deletions
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'))