summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-02-04 13:10:14 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-02-04 13:10:14 +0000
commit53407b64c8356ca6f4681ddd4e967f6e9f4ef29b (patch)
treee0765bbc66d2afdadf53865d944388d37a99408f /doc
parentc901197693fd356e188d92738568dc7d2a725a39 (diff)
Correct incorrect statement about warnings.
Originally committed as revision 11861 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/general.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/general.texi b/doc/general.texi
index d77f4f0577..2b1cc92528 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -825,7 +825,7 @@ should also be avoided if they don't make the code easier to understand.
it has a fourcc, add it to @file{libavformat/avienc.c}, even if it
is only a decoder.
@item
- Compiler warnings indicate bugs or code with bad style. If a type of
+ Compiler warnings indicate potential bugs or code with bad style. If a type of
warning always points to correct and clean code, that warning should
be disabled, not the code changed.
Thus the remaining warnings can either be bugs or correct code.