[vlc-devel] [PATCH 07/11] pulse: Fix spelling of 'subtract'

Sebastian Ramacher sramacher at debian.org
Tue Sep 26 23:19:52 CEST 2017


Signed-off-by: Sebastian Ramacher <sramacher at debian.org>
---
 modules/audio_output/vlcpulse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/audio_output/vlcpulse.c b/modules/audio_output/vlcpulse.c
index 42aea5cb35..4976cae2bc 100644
--- a/modules/audio_output/vlcpulse.c
+++ b/modules/audio_output/vlcpulse.c
@@ -256,7 +256,7 @@ mtime_t vlc_pa_get_latency(vlc_object_t *obj, pa_context *ctx, pa_stream *s)
      * when the write index of a playback stream is behind its read index.
      * playback streams. So use the lower-level pa_stream_get_timing_info()
      * directly to obtain the correct write index and convert it to a time,
-     * and compute the correct latency value by substracting the stream (read)
+     * and compute the correct latency value by subtracting the stream (read)
      * time.
      *
      * On the read side, pa_stream_get_time() is used instead of
-- 
2.14.2



More information about the vlc-devel mailing list