summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-02-04 13:12:15 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-02-04 13:12:15 +0000
commitbeaa4a9133105f37e8e54d3228d2f7c9a8bca8a8 (patch)
tree532e53fc0cfe747fec04ee499e4f1019bef641d7 /doc
parent53407b64c8356ca6f4681ddd4e967f6e9f4ef29b (diff)
Correct fatal ambiguity.
Originally committed as revision 11862 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 2b1cc92528..8fc27d6035 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -829,7 +829,7 @@ should also be avoided if they don't make the code easier to understand.
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.
- If it is a bug, it has to be fixed. If it is not, the code should
+ If it is a bug, the bug has to be fixed. If it is not, the code should
be changed to not generate a warning unless that causes a slowdown
or obfuscates the code.
@item