diff options
author | Tilman Brock <tilman.brock@tu-clausthal.de> | 2011-02-14 14:29:43 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-02-14 23:59:55 +0100 |
commit | ee028bbde9c1a9a14265bc8d6521c7539e3bde5d (patch) | |
tree | a21ef53fc7cdc80faab46e80921cdb2140310297 /doc/faq.texi | |
parent | e84314515ac39543641cd148a33b155218df6a74 (diff) | |
download | ffmpeg-ee028bbde9c1a9a14265bc8d6521c7539e3bde5d.tar.gz |
Fix spelling error.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit b08f59dca493e7582ddfd08097c594bfb0ae6ff9)
Diffstat (limited to 'doc/faq.texi')
-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? |