Commit ac309ac8 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* spelling error in description string

parent 0df3e842
......@@ -2,7 +2,7 @@
* adpcm.c : adpcm variant audio decoder
*****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN
* $Id: adpcm.c,v 1.10 2003/03/11 23:56:40 fenrir Exp $
* $Id: adpcm.c,v 1.11 2003/05/22 20:56:07 hartman Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
......@@ -89,7 +89,7 @@ static void DecodeAdpcmDk3 ( adec_thread_t *, aout_buffer_t * );
*****************************************************************************/
vlc_module_begin();
set_description( _("ADPCM audio deocder") );
set_description( _("ADPCM audio decoder") );
set_capability( "decoder", 50 );
set_callbacks( OpenDecoder, NULL );
vlc_module_end();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment