From: Rafaël Carré Date: Tue, 15 Dec 2009 11:44:08 +0000 (+0100) Subject: fix typo spotted by xtophe X-Git-Tag: 1.1.0-ff~1954 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9ea8c989e9ffe559196e5c74b1930052e7671507;p=vlc fix typo spotted by xtophe --- diff --git a/modules/video_output/fb.c b/modules/video_output/fb.c index 7e74586812..33b4bdee86 100644 --- a/modules/video_output/fb.c +++ b/modules/video_output/fb.c @@ -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 *);