summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-08-12 19:40:29 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-08-12 19:40:29 +0200
commite1c44be80233309d9dfceb68a6b54307b557f641 (patch)
treed05757b47710a70fe754d8915b584d147cd4a3f7
parent53f309c617394c0c8d955ac907863590d268292b (diff)
doc/filter_design.txt: Fix duplicate words
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--doc/filter_design.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filter_design.txt b/doc/filter_design.txt
index c303c3c9c3..fca24a94b5 100644
--- a/doc/filter_design.txt
+++ b/doc/filter_design.txt
@@ -166,7 +166,7 @@ Buffer references ownership and permissions
WRITE permission.
* Filters that read their input to produce a new frame on output (like
- scale) need the READ permission on input and and must request a buffer
+ scale) need the READ permission on input and must request a buffer
with the WRITE permission.
* Filters that intend to keep a reference after the filtering process