projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7f71d9
)
Correct spelling. s/threaads/threads/
author
Joshua Colp
<jcolp@digium.com>
Wed, 8 Aug 2007 19:03:46 +0000
(19:03 +0000)
committer
Joshua Colp
<jcolp@digium.com>
Wed, 8 Aug 2007 19:03:46 +0000
(19:03 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@78637
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_iax2.c
patch
|
blob
|
history
diff --git
a/channels/chan_iax2.c
b/channels/chan_iax2.c
index
97d7314
..
5137d2a
100644
(file)
--- a/
channels/chan_iax2.c
+++ b/
channels/chan_iax2.c
@@
-8948,7
+8948,7
@@
static int start_network_thread(void)
}
ast_pthread_create_background(&schedthreadid, NULL, sched_thread, NULL);
ast_pthread_create_background(&netthreadid, NULL, network_thread, NULL);
- ast_verb(2, "%d helper threaads started\n", threadcount);
+ ast_verb(2, "%d helper threads started\n", threadcount);
return 0;
}