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_ip_reputation.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_ip_reputation.php')
-rw-r--r-- | config/suricata/suricata_ip_reputation.php | 2 |
1 files changed, 1 insertions, 1 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') { |