From 9894c04ab421a104225312e4641d5cffc2395002 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Tue, 22 Jan 2013 22:43:39 -0600 Subject: fix typos --- config/zabbix-agent/zabbix-agent.xml | 2 +- config/zabbix2-agent/zabbix2-agent.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'config') 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']; -- cgit v1.2.3