From 45c45841cf099682f47b081e07c01ca52583b8e9 Mon Sep 17 00:00:00 2001 From: krobelus Date: Wed, 29 Apr 2015 09:21:28 +0200 Subject: Fixed typo --- toxav/toxav.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxav') diff --git a/toxav/toxav.h b/toxav/toxav.h index b8db223e..67e5496e 100644 --- a/toxav/toxav.h +++ b/toxav/toxav.h @@ -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); /******************************************************************************* -- cgit v1.2.3