Browse Source

s/program/programs, as FFmpeg consists of many programs.

Originally committed as revision 25421 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini 14 years ago
parent
commit
adbb9bcaa7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/developer.texi

+ 1 - 1
doc/developer.texi

@@ -149,7 +149,7 @@ should also be avoided if they don't make the code easier to understand.
    Also if you have doubts about splitting or not splitting, do not hesitate to
    ask/discuss it on the developer mailing list.
 @item
-   Do not change behavior of the program (renaming options etc) or public
+   Do not change behavior of the programs (renaming options etc) or public
    API or ABI without first discussing it on the ffmpeg-devel mailing list.
    Do not remove functionality from the code. Just improve!