From fe74278f8a7c0a87ac537bef2ee934d2a1eec71c Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Sun, 20 Jan 2008 23:55:40 +0000
Subject: [PATCH] small grammar fix

Originally committed as revision 11582 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 doc/general.texi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/general.texi b/doc/general.texi
index e6c5a5d95e3..86f00f56dc6 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -929,8 +929,7 @@ do not attach several unrelated patches to the same mail.
 @item
     Did you test your decoder or demuxer against damaged data? If no, see
     tools/trasher and the noise bitstream filter. Your decoder or demuxer
-    should not crash or end in a (near) infinite loop when feeded with
-    damaged data.
+    should not crash or end in a (near) infinite loop when fed damaged data.
 @end enumerate
 
 @section Patch review process
-- 
GitLab