diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c index 97d7314c82..5137d2af12 100644 --- 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; }