diff options
author | Chris Buechler <cmb@pfsense.org> | 2013-01-22 22:43:39 -0600 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2013-01-22 22:43:39 -0600 |
commit | 9894c04ab421a104225312e4641d5cffc2395002 (patch) | |
tree | 7b60476a437bb5826456b67faa884c726478a807 | |
parent | 57dbd5d29393789f2b078213ab8ec3546bc44a1b (diff) | |
download | pfsense-packages-9894c04ab421a104225312e4641d5cffc2395002.tar.gz pfsense-packages-9894c04ab421a104225312e4641d5cffc2395002.tar.bz2 pfsense-packages-9894c04ab421a104225312e4641d5cffc2395002.zip |
fix typos
-rw-r--r-- | config/zabbix-agent/zabbix-agent.xml | 2 | ||||
-rw-r--r-- | config/zabbix2-agent/zabbix2-agent.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/zabbix-agent/zabbix-agent.xml b/config/zabbix-agent/zabbix-agent.xml index ce0e2339..5a862496 100644 --- a/config/zabbix-agent/zabbix-agent.xml +++ b/config/zabbix-agent/zabbix-agent.xml @@ -183,7 +183,7 @@ $ListenIP=$_POST['listenip']; if (!preg_match("/^(?:\d{1,3}\.){3}\d{1,3}$/", $ListenIP)) { - $input_errors[]='Listen IP is not ip-adress.'; + $input_errors[]='Listen IP is not an IP address.'; } $ListenPort=$_POST['listenport']; diff --git a/config/zabbix2-agent/zabbix2-agent.xml b/config/zabbix2-agent/zabbix2-agent.xml index 6d83a0bd..6d95e81b 100644 --- a/config/zabbix2-agent/zabbix2-agent.xml +++ b/config/zabbix2-agent/zabbix2-agent.xml @@ -183,7 +183,7 @@ $ListenIP=$_POST['listenip']; if (!preg_match("/^(?:\d{1,3}\.){3}\d{1,3}$/", $ListenIP)) { - $input_errors[]='Listen IP is not ip-adress.'; + $input_errors[]='Listen IP is not an IP address.'; } $ListenPort=$_POST['listenport']; |