]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/alsa.c
Fix some typos.
[vlc] / modules / audio_output / alsa.c
index 448951333da224e9582195aac87fd4575311a0a8..69190c7ffacf177a5cbf2df4ec98250405ce09d6 100644 (file)
@@ -338,7 +338,7 @@ static int Open( vlc_object_t *p_this )
     }
 
     /* Choose the IEC device for S/PDIF output:
-       if the device is overriden by the user then it will be the one
+       if the device is overridden by the user then it will be the one
        otherwise we compute the default device based on the output format. */
     char *psz_iec_device = NULL;
     if( AOUT_FMT_NON_LINEAR( &p_aout->output.output ) )