summaryrefslogtreecommitdiff
path: root/ztcfg.c
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-02-01 02:34:56 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-02-01 02:34:56 +0000
commit14b8cc1011fc6fae9067a73d0cb629e69ae17ecb (patch)
treefbb193c354c87556d876e47004721712ed185a40 /ztcfg.c
parentfc8d545f4d8cb7320f909eb223208f894975d8fc (diff)
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
Diffstat (limited to 'ztcfg.c')
-rw-r--r--ztcfg.c4
1 files changed, 2 insertions, 2 deletions
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])