summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])