spelling/grammar
authorDiego Biurrun <diego@biurrun.de>
Thu, 29 Dec 2005 18:13:58 +0000 (18:13 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 29 Dec 2005 18:13:58 +0000 (18:13 +0000)
Originally committed as revision 4788 to svn://svn.ffmpeg.org/ffmpeg/trunk

doc/ffmpeg-doc.texi

index 3b032987dae6b9487ab134b40ae5114f5533162d..aa0ceceaf3c5b9b8de47a4608b5e4384811ad457 100644 (file)
@@ -1265,10 +1265,10 @@ please use av_log() instead.
     as array index or other risky things.
 @item
     Remember to check if you need to bump versions for the specific libav
-    parts (libavutil,libavcodec,libavformat) you are changing. You need
+    parts (libavutil, libavcodec, libavformat) you are changing. You need
     to change the version integer and the version string.
     Incrementing the first component means no backward compatibility to
-    previous version (e.g. removal of a function).
+    previous versions (e.g. removal of a function).
     Incrementing the second component means backward compatible change
     (e.g. addition of a function).
     Incrementing the third component means a noteworthy binary compatible