[svn-commits] trunk r931 - in /trunk: ./ ztcfg.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue Jan 31 19:34:57 MST 2006


Author: russell
Date: Tue Jan 31 20:34:56 2006
New Revision: 931

URL: http://svn.digium.com/view/zaptel?rev=931&view=rev
Log:
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

........

Modified:
    trunk/   (props changed)
    trunk/ztcfg.c

Propchange: trunk/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Tue Jan 31 20:34:56 2006
@@ -1,1 +1,1 @@
-/branches/1.2:1-916,918-927
+/branches/1.2:1-916,918-930

Modified: trunk/ztcfg.c
URL: http://svn.digium.com/view/zaptel/trunk/ztcfg.c?rev=931&r1=930&r2=931&view=diff
==============================================================================
--- trunk/ztcfg.c (original)
+++ trunk/ztcfg.c Tue Jan 31 20:34:56 2006
@@ -930,11 +930,11 @@
 		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])



More information about the svn-commits mailing list