summaryrefslogtreecommitdiff
path: root/ztcfg.c
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-02-01 02:33:54 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-02-01 02:33:54 +0000
commit2e9e150c1ec6a54fa0f15d793c54e035f4559abe (patch)
tree1d2f093138b3046ea981f293af97906fd48196b3 /ztcfg.c
parenta14dcbfaa910f2c78ea4adfe20af8f29e4df727f (diff)
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
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 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])