Fix user-facing and non-user-facing typos

Found via `codespell v2.1.dev0`  
`codespell -q 3 -L chello,gord,guid,numer,pres,uint,wirth`
This commit is contained in:
luz paz 2021-01-24 07:39:59 -05:00 committed by Phil Burk
commit 52b1026c1f
12 changed files with 17 additions and 17 deletions

View file

@ -69,7 +69,7 @@ static float s_buffer[FRAMES_PER_BUFFER][2]; /* stereo output buffer */
* illegal way, it may fail for reasons that are not PA bugs.
*/
/* Wait for awhile then abort the stream. */
/* Wait awhile then abort the stream. */
void *stop_thread_proc(void *arg)
{
PaStream *stream = (PaStream *)arg;