[vlc-commits] v4l2: fix typo
Rémi Denis-Courmont
git at videolan.org
Sat Nov 5 13:40:52 CET 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Nov 5 14:40:34 2011 +0200| [5242d73b91487befb2a811c790d0eb7fb0c226b5] | committer: Rémi Denis-Courmont
v4l2: fix typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5242d73b91487befb2a811c790d0eb7fb0c226b5
---
modules/access/v4l2/video.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/access/v4l2/video.c b/modules/access/v4l2/video.c
index 60aeedc..587c259 100644
--- a/modules/access/v4l2/video.c
+++ b/modules/access/v4l2/video.c
@@ -171,7 +171,7 @@ static const int colorfx_vlc[] = { -1, V4L2_COLORFX_NONE,
static const char *const colorfx_user[] = { N_("Unspecified"), N_("None"),
N_("Black & white"), N_("Sepia"), N_("Negative"),
N_("Emboss"), N_("Sketch"), N_("Sky blue"),
- N_("Grass green"), N_("Skin whithen"), N_("Vivid"),
+ N_("Grass green"), N_("Skin whiten"), N_("Vivid"),
};
#define AUDIO_VOLUME_TEXT N_( "Audio volume" )
More information about the vlc-commits
mailing list