Correct spelling. s/threaads/threads/

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@78637 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Joshua Colp 19 years ago
parent e7f71d9e85
commit f2fc44d07e

@ -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;
}

Loading…
Cancel
Save