diff options
author | Peter Meerwald <p.meerwald@bct-electronic.com> | 2014-03-06 10:25:35 +0100 |
---|---|---|
committer | Peter Meerwald <pmeerw@pmeerw.net> | 2014-03-06 15:47:33 +0100 |
commit | 679eed5340595d47bec1d38ae8b7511d493d95e7 (patch) | |
tree | d72ac453262257b5c5a0c385d90d4935a6a59a37 | |
parent | 9271c11e68ebf1a2781eaf65c1f7d2f836c10280 (diff) |
doc: Fix a couple of 'to to' typos
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
-rw-r--r-- | PROTOCOL | 2 | ||||
-rw-r--r-- | src/pulse/def.h | 2 | ||||
-rw-r--r-- | src/pulsecore/sink-input.c | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -30,7 +30,7 @@ SHM data transfer support ### v11, implemented by >= 0.9.7 -Reply to to PA_COMMAND_GET_SINK_INPUT_INFO, PA_COMMAND_GET_SINK_INPUT_INFO_LIST gets new field at the end: +Reply to PA_COMMAND_GET_SINK_INPUT_INFO, PA_COMMAND_GET_SINK_INPUT_INFO_LIST gets new field at the end: mute diff --git a/src/pulse/def.h b/src/pulse/def.h index d6fa91201..dfc0c1063 100644 --- a/src/pulse/def.h +++ b/src/pulse/def.h @@ -197,7 +197,7 @@ typedef enum pa_stream_flags { * return always monotonically increasing time values on each * call. This may confuse applications which cannot deal with time * going 'backwards', but has the advantage that bad transport - * latency estimations that caused the time to to jump ahead can + * latency estimations that caused the time to jump ahead can * be corrected quickly, without the need to wait. (Please note * that this flag was named PA_STREAM_NOT_MONOTONOUS in releases * prior to 0.9.11. The old name is still defined too, for diff --git a/src/pulsecore/sink-input.c b/src/pulsecore/sink-input.c index f85b2c7d0..fb2a89362 100644 --- a/src/pulsecore/sink-input.c +++ b/src/pulsecore/sink-input.c @@ -1096,7 +1096,7 @@ void pa_sink_input_process_rewind(pa_sink_input *i, size_t nbytes /* in sink sam i->process_rewind(i, amount); called = true; - /* Convert back to to sink domain */ + /* Convert back to sink domain */ if (i->thread_info.resampler) amount = pa_resampler_result(i->thread_info.resampler, amount); |