Fixed typo

This commit is contained in:
krobelus 2015-04-29 09:21:28 +02:00
parent d8c34f4ffa
commit 45c45841cf

View File

@ -93,7 +93,7 @@ uint32_t toxav_iteration_interval(ToxAV const *av);
/**
* Main loop for the session. This function needs to be called in intervals of
* toxav_iteration_interval() milliseconds. It is best called in the same loop
* as tox_iteration.
* as tox_iterate.
*/
void toxav_iterate(ToxAV *av);
/*******************************************************************************