]> code.delx.au - pulseaudio/commitdiff
doc: Fix a couple of 'to to' typos
authorPeter Meerwald <p.meerwald@bct-electronic.com>
Thu, 6 Mar 2014 09:25:35 +0000 (10:25 +0100)
committerPeter Meerwald <pmeerw@pmeerw.net>
Thu, 6 Mar 2014 14:47:33 +0000 (15:47 +0100)
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
PROTOCOL
src/pulse/def.h
src/pulsecore/sink-input.c

index 0673d861125e01f33666c277544ad0a164ded85e..850b953ab227f12eaeee43091d35e08eb666dbcb 100644 (file)
--- a/PROTOCOL
+++ b/PROTOCOL
@@ -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
 
index d6fa9120100fc5616663f7257c3bc7a9618d4858..dfc0c106379e4fe7ea48a71d656af3f4f7a3e60d 100644 (file)
@@ -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
index f85b2c7d0fb0109f8c4631894a6c08cf14b70a04..fb2a89362d877c4c6af2640651aac22b0e2a8461 100644 (file)
@@ -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);