[vlc-devel] commit: fix typo spotted by xtophe ( Rafaël Carré )
git version control
git at videolan.org
Tue Dec 15 12:44:16 CET 2009
vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Tue Dec 15 12:44:08 2009 +0100| [9ea8c989e9ffe559196e5c74b1930052e7671507] | committer: Rafaël Carré
fix typo spotted by xtophe
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9ea8c989e9ffe559196e5c74b1930052e7671507
---
modules/video_output/fb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/video_output/fb.c b/modules/video_output/fb.c
index 7e74586..33b4bde 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 *);
More information about the vlc-devel
mailing list