[asterisk-commits] branch 1.2 - r7963 /branches/1.2/channel.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue Jan 10 22:38:07 CST 2006
Author: mogorman
Date: Tue Jan 10 22:38:07 2006
New Revision: 7963
URL: http://svn.digium.com/view/asterisk?rev=7963&view=rev
Log:
Minor typo refrenced in 6191
Modified:
branches/1.2/channel.c
Modified: branches/1.2/channel.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/channel.c?rev=7963&r1=7962&r2=7963&view=diff
==============================================================================
--- branches/1.2/channel.c (original)
+++ branches/1.2/channel.c Tue Jan 10 22:38:07 2006
@@ -576,7 +576,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 asterisk-commits
mailing list