diff options
author | Tilman Brock <tilman.brock@tu-clausthal.de> | 2011-02-14 14:29:43 +0100 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-02-14 12:20:14 -0500 |
commit | b08f59dca493e7582ddfd08097c594bfb0ae6ff9 (patch) | |
tree | 18317a558bb2de17613a9959d76be3de38e2e4cf /doc | |
parent | 275189a2bd71cf49d66374c44d3de2262d323460 (diff) | |
download | ffmpeg-b08f59dca493e7582ddfd08097c594bfb0ae6ff9.tar.gz |
Fix spelling error.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/faq.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index eeaf0df6a9..b8a13b79eb 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -423,7 +423,7 @@ read "Programming Religion" at (@url{http://www.tux.org/lkml/#s15}). The build process creates ffmpeg_g, ffplay_g, etc. which contain full debug information. Those binaries are stripped to create ffmpeg, ffplay, etc. If -you need the debug information, used the *_g versions. +you need the debug information, use the *_g versions. @section I do not like the LGPL, can I contribute code under the GPL instead? |