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:
parent
b50bca981e
commit
52b1026c1f
12 changed files with 17 additions and 17 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue