summaryrefslogtreecommitdiff
path: root/doc/developer.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-10-08 23:45:06 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-10-08 23:45:06 +0000
commitadbb9bcaa7c35a57f57e5ef2f51dd799c9eb37dd (patch)
tree4da78ed32b8d204c0018f19c8d203ae25b962433 /doc/developer.texi
parent4ddade62dd3a15a7d2fb034024117ad91ab8d87f (diff)
s/program/programs, as FFmpeg consists of many programs.
Originally committed as revision 25421 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/developer.texi')
-rw-r--r--doc/developer.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer.texi b/doc/developer.texi
index 6af9ca2d0a..89bc3392e4 100644
--- a/doc/developer.texi
+++ b/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!