[svn-commits] trunk - r8090 in /trunk: ./ channel.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sun Jan 15 18:47:04 MST 2006


Author: russell
Date: Sun Jan 15 19:47:02 2006
New Revision: 8090

URL: http://svn.digium.com/view/asterisk?rev=8090&view=rev
Log:
Merged revisions 7963 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r7963 | mogorman | 2006-01-10 23:38:07 -0500 (Tue, 10 Jan 2006) | 2 lines

Minor typo refrenced in 6191

........

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

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: trunk/channel.c
URL: http://svn.digium.com/view/asterisk/trunk/channel.c?rev=8090&r1=8089&r2=8090&view=diff
==============================================================================
--- trunk/channel.c (original)
+++ trunk/channel.c Sun Jan 15 19:47:02 2006
@@ -561,7 +561,7 @@
 	tmp->fds[AST_MAX_FDS-1] = tmp->alertpipe[0];
 	/* And timing pipe */
 	tmp->fds[AST_MAX_FDS-2] = tmp->timingfd;
-	strcpy(tmp->name, "**Unkown**");
+	strcpy(tmp->name, "**Unknown**");
 	/* Initial state */
 	tmp->_state = AST_STATE_DOWN;
 	tmp->streamid = -1;



More information about the svn-commits mailing list