]> git.sesse.net Git - vlc/commitdiff
v4l2: fix typo
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 5 Nov 2011 12:40:34 +0000 (14:40 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 5 Nov 2011 12:40:34 +0000 (14:40 +0200)
modules/access/v4l2/video.c

index 60aeedc2e0648436397f4235240da6b95f59592d..587c2596ab403e45ce79ab6f43a4378122d4c160 100644 (file)
@@ -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" )