From 14b8cc1011fc6fae9067a73d0cb629e69ae17ecb Mon Sep 17 00:00:00 2001 From: russell Date: Wed, 1 Feb 2006 02:34:56 +0000 Subject: Merged revisions 930 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r930 | russell | 2006-01-31 21:33:54 -0500 (Tue, 31 Jan 2006) | 2 lines fix a couple of typos in error messages ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@931 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 06f9db1..15af02a 100644 --- a/ztcfg.c +++ b/ztcfg.c @@ -930,11 +930,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