]> git.sesse.net Git - vlc/commitdiff
fix typo spotted by xtophe
authorRafaël Carré <rafael.carre@gmail.com>
Tue, 15 Dec 2009 11:44:08 +0000 (12:44 +0100)
committerRafaël Carré <rafael.carre@gmail.com>
Tue, 15 Dec 2009 11:44:08 +0000 (12:44 +0100)
modules/video_output/fb.c

index 7e74586812365c841f98e731d53601a76133740e..33b4bdee863d02d369e8a8d7490b459e257994a2 100644 (file)
@@ -75,7 +75,7 @@
     "in software.")
 
 #define CHROMA_TEXT N_("Image format (default RGB).")
-#define CHROMA_LONGTEXT N_("Chroma fourcc used by the framebuffer. Default is RGB since the fb device has no way to repot its chroma.")
+#define CHROMA_LONGTEXT N_("Chroma fourcc used by the framebuffer. Default is RGB since the fb device has no way to report its chroma.")
 
 static int  Open (vlc_object_t *);
 static void Close(vlc_object_t *);