aboutsummaryrefslogtreecommitdiffstats
path: root/config/zabbix-agent
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2013-01-22 22:43:39 -0600
committerChris Buechler <cmb@pfsense.org>2013-01-22 22:43:39 -0600
commit9894c04ab421a104225312e4641d5cffc2395002 (patch)
tree7b60476a437bb5826456b67faa884c726478a807 /config/zabbix-agent
parent57dbd5d29393789f2b078213ab8ec3546bc44a1b (diff)
downloadpfsense-packages-9894c04ab421a104225312e4641d5cffc2395002.tar.gz
pfsense-packages-9894c04ab421a104225312e4641d5cffc2395002.tar.bz2
pfsense-packages-9894c04ab421a104225312e4641d5cffc2395002.zip
fix typos
Diffstat (limited to 'config/zabbix-agent')
-rw-r--r--config/zabbix-agent/zabbix-agent.xml2
1 files changed, 1 insertions, 1 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'];