[vlc-devel] commit: Fix typo. Close #1865 (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Aug 17 04:37:32 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Aug 16 19:40:14 2008 -0700| [35afdd4aef3dbe485fbafe77e11a65952efda43b] | committer: Jean-Baptiste Kempf
Fix typo. Close #1865
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=35afdd4aef3dbe485fbafe77e11a65952efda43b
---
src/libvlc-module.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 855778c..5cf3c43 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -624,7 +624,7 @@ static const char *const ppsz_clock_descriptions[] =
#define INPUT_SUBTRACK_LANG_TEXT N_("Subtitle language")
#define INPUT_SUBTRACK_LANG_LONGTEXT N_( \
"Language of the subtitle track you want to use " \
- "(comma separated, two or tree letter country code).")
+ "(comma separated, two or three letters country code).")
/// \todo Document how to find it
#define INPUT_AUDIOTRACK_ID_TEXT N_("Audio track ID")
More information about the vlc-devel
mailing list