aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
diff options
context:
space:
mode:
authormogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-11 04:38:07 +0000
committermogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-11 04:38:07 +0000
commitdf132f635b4a25ba37de85e0c4bbf4feabb17818 (patch)
tree162b4ca446db4179d5062d61e6a277e4ab23c275 /channel.c
parent101de670055c9f71471f55556ac3b940e7ef6ea5 (diff)
Minor typo refrenced in 6191
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7963 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 34f8d09ca..777432940 100644
--- a/channel.c
+++ b/channel.c
@@ -576,7 +576,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;