From: RĂ©mi Duraffort Date: Sat, 26 Jun 2010 09:37:22 +0000 (+0200) Subject: Fix spelling. X-Git-Tag: 1.2.0-pre1~6061 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=7b6dc5d928a0d62bc71cf1b52318b9a833720add Fix spelling. --- diff --git a/src/libvlc-module.c b/src/libvlc-module.c index 5c696f2b5d..80962bee56 100644 --- a/src/libvlc-module.c +++ b/src/libvlc-module.c @@ -346,7 +346,7 @@ static const char *const ppsz_force_dolby_descriptions[] = { "Protect against sound clipping" ) #define AUDIO_TIME_STRETCH_TEXT N_( \ - "Enable time streching audio" ) + "Enable time stretching audio" ) #define AUDIO_TIME_STRETCH_LONGTEXT N_( \ "This allows to play audio at lower or higher speed without " \ "affecting the audio pitch" )