Commit 0084980f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Typo

parent 588ce057
......@@ -626,7 +626,7 @@ static int vlc_clone_attr (vlc_thread_t *p_handle, bool detached,
int vlc_clone (vlc_thread_t *p_handle, void *(*entry) (void *),
void *data, int priority)
{
return vlc_clone_attr (p_handle, false, entry, data, prioity);
return vlc_clone_attr (p_handle, false, entry, data, priority);
}
void vlc_join (vlc_thread_t th, void **result)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment