[vlc-devel] [PATCH 3/7] Fix spelling of 'output'
    Sebastian Ramacher 
    sramacher at debian.org
       
    Tue Sep 26 01:51:46 CEST 2017
    
    
  
Signed-off-by: Sebastian Ramacher <sramacher at debian.org>
---
 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;
     }
 
-- 
2.14.1
    
    
More information about the vlc-devel
mailing list