From 2e9e150c1ec6a54fa0f15d793c54e035f4559abe Mon Sep 17 00:00:00 2001 From: russell Date: Wed, 1 Feb 2006 02:33:54 +0000 Subject: fix a couple of typos in error messages git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@930 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- ztcfg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ztcfg.c') diff --git a/ztcfg.c b/ztcfg.c index e5d0234..39e659f 100644 --- a/ztcfg.c +++ b/ztcfg.c @@ -927,11 +927,11 @@ static int rad_chanconfig(char *keyword, char *args) if (chans[x]) { p.radpar = ZT_RADPAR_NUMTONES; if (ind_ioctl(x,fd,ZT_RADIO_GETPARAM,&p) == -1) - error("Cannot get number of tones chanel %d\n",x); + error("Cannot get number of tones for channel %d\n",x); n = p.data; p.radpar = ZT_RADPAR_INITTONE; if (ind_ioctl(x,fd,ZT_RADIO_SETPARAM,&p) == -1) - error("Cannot init tones chanel %d\n",x); + error("Cannot init tones for channel %d\n",x); if (!rxtones[0]) for(i = 1; i <= n; i++) { if (rxtones[i]) -- cgit v1.2.3