Spelling fixes in public headers

This commit is contained in:
Maarten Bosmans 2011-08-24 18:24:45 +02:00 committed by Colin Guthrie
parent 460a24778b
commit 231645d4fc
10 changed files with 39 additions and 39 deletions

View file

@ -78,7 +78,7 @@ struct timeval* pa_timeval_add(struct timeval *tv, pa_usec_t v);
/** Subtract the specified time in microseconds to the specified timeval structure. \since 0.9.11 */
struct timeval* pa_timeval_sub(struct timeval *tv, pa_usec_t v);
/** Store the specified uec value in the timeval struct. \since 0.9.7 */
/** Store the specified usec value in the timeval struct. \since 0.9.7 */
struct timeval* pa_timeval_store(struct timeval *tv, pa_usec_t v);
/** Load the specified tv value and return it in usec. \since 0.9.7 */