[vlc-commits] aout: Fix spelling of 'output'
Sebastian Ramacher
git at videolan.org
Wed Sep 27 09:01:57 CEST 2017
vlc | branch: master | Sebastian Ramacher <sramacher at debian.org> | Tue Sep 26 23:19:48 2017 +0200| [908ab4c64f87ab4c34e476eb7e4f2d49c0e992c6] | committer: Thomas Guillem
aout: Fix spelling of 'output'
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=908ab4c64f87ab4c34e476eb7e4f2d49c0e992c6
---
src/audio_output/filters.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/audio_output/filters.c b/src/audio_output/filters.c
index ab8de7c39f..585379e7c3 100644
--- a/src/audio_output/filters.c
+++ b/src/audio_output/filters.c
@@ -538,7 +538,7 @@ aout_filters_t *aout_FiltersNew (vlc_object_t *obj,
}
if (aout_FormatNbChannels(outfmt) == 0)
{
- msg_Warn (obj, "No ouput channel mask, cannot setup filters");
+ msg_Warn (obj, "No output channel mask, cannot setup filters");
goto error;
}
More information about the vlc-commits
mailing list