diff --git a/doc/faq.texi b/doc/faq.texi
index 3d8b91d8336c44b839f103c72319bc436c305b5b..564b4f7a3c015f22750d8e2f7a35697353ca8efe 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -219,7 +219,7 @@ the silver bullet that solves this problem, feel free to shoot it at us.
 
 @section I have a file in memory / a API different from *open/*read/ libc how do i use it with libavformat ?
 
-You have to implement a URLProtocol, see libavformat/file.c in ffmpeg cvs
-and libmpdemux/demux_lavf.c in mplayer cvs
+You have to implement a URLProtocol, see libavformat/file.c in FFmpeg CVS
+and libmpdemux/demux_lavf.c in MPlayer CVS.
 
 @bye