aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-16 01:47:02 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-16 01:47:02 +0000
commitf70016e71ea1af7bbb2b317c60546071d3246a2b (patch)
treeb079183696b3857abdc0f2a0ca1e8c02aa0d61fc /channel.c
parentc9853e98f6f9212d887aaf2c4536135b4f1b2e56 (diff)
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 ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8090 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channel.c')
-rw-r--r--channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channel.c b/channel.c
index 788aca546..4331e789b 100644
--- a/channel.c
+++ b/channel.c
@@ -561,7 +561,7 @@ struct ast_channel *ast_channel_alloc(int needqueue)
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;