[vlc-commits] pulse: Fix spelling of 'subtract'

Sebastian Ramacher git at videolan.org
Wed Sep 27 09:02:13 CEST 2017


vlc | branch: master | Sebastian Ramacher <sramacher at debian.org> | Tue Sep 26 23:19:52 2017 +0200| [9695191a1cea959be405446ca417da0262c1294d] | committer: Thomas Guillem

pulse: Fix spelling of 'subtract'

Signed-off-by: Sebastian Ramacher <sramacher at debian.org>
Signed-off-by: Thomas Guillem <thomas at gllm.fr>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9695191a1cea959be405446ca417da0262c1294d
---

 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



More information about the vlc-commits mailing list