summaryrefslogtreecommitdiff
path: root/toxav
diff options
context:
space:
mode:
authorkrobelus <aclopte@gmail.com>2015-04-29 09:21:28 +0200
committerkrobelus <aclopte@gmail.com>2015-04-29 09:21:28 +0200
commit45c45841cf099682f47b081e07c01ca52583b8e9 (patch)
tree2c8891e5d4cad45f8cf20b03d84338459f133ccf /toxav
parentd8c34f4ffafedc256e9a52af5e591c4998c0003d (diff)
Fixed typo
Diffstat (limited to 'toxav')
-rw-r--r--toxav/toxav.h2
1 files changed, 1 insertions, 1 deletions
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);
93/** 93/**
94 * Main loop for the session. This function needs to be called in intervals of 94 * Main loop for the session. This function needs to be called in intervals of
95 * toxav_iteration_interval() milliseconds. It is best called in the same loop 95 * toxav_iteration_interval() milliseconds. It is best called in the same loop
96 * as tox_iteration. 96 * as tox_iterate.
97 */ 97 */
98void toxav_iterate(ToxAV *av); 98void toxav_iterate(ToxAV *av);
99/******************************************************************************* 99/*******************************************************************************