From 9695191a1cea959be405446ca417da0262c1294d Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Tue, 26 Sep 2017 23:19:52 +0200 Subject: [PATCH] pulse: Fix spelling of 'subtract' Signed-off-by: Sebastian Ramacher Signed-off-by: Thomas Guillem --- 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.11.4.GIT