]> git.sesse.net Git - vlc/commitdiff
* spelling error in description string
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 22 May 2003 20:56:07 +0000 (20:56 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 22 May 2003 20:56:07 +0000 (20:56 +0000)
modules/codec/adpcm.c

index 6c4d116a68d5d8a20213ae78a310bfb6ab277b4e..63e905259a1253cc7fb24af3b231d07c4d69d13b 100644 (file)
@@ -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();