From 9ea8c989e9ffe559196e5c74b1930052e7671507 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Tue, 15 Dec 2009 12:44:08 +0100 Subject: [PATCH] fix typo spotted by xtophe --- modules/video_output/fb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *); -- 2.39.2