diff --git a/src/modules/module-null-sink.c b/src/modules/module-null-sink.c index bedd6efcb..09e6ab72c 100644 --- a/src/modules/module-null-sink.c +++ b/src/modules/module-null-sink.c @@ -173,7 +173,7 @@ static void process_render(struct userdata *u, pa_usec_t now) { /* This is the configured latency. Sink inputs connected to us might not have a single frame more than the maxrequest value - queed. Hence: at maximum read this many bytes from the sink + queued. Hence: at maximum read this many bytes from the sink inputs. */ /* Fill the buffer up the the latency size */ diff --git a/src/pulse/stream.c b/src/pulse/stream.c index 373bc3467..3658064fa 100644 --- a/src/pulse/stream.c +++ b/src/pulse/stream.c @@ -1653,7 +1653,7 @@ pa_operation * pa_stream_drain(pa_stream *s, pa_stream_success_cb_t cb, void *us pa_pstream_send_tagstruct(s->context->pstream, t); pa_pdispatch_register_reply(s->context->pdispatch, tag, DEFAULT_TIMEOUT, pa_stream_simple_ack_callback, pa_operation_ref(o), (pa_free_cb_t) pa_operation_unref); - /* This might cause the read index to conitnue again, hence + /* This might cause the read index to continue again, hence * let's request a timing update */ request_auto_timing_update(s, TRUE);