From 65214b621fe900e9d120d069ad81b187e7111f95 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 9 Dec 2009 22:45:56 +0000 Subject: [PATCH] Cosmetics: Fix typos in r20780. Originally committed as revision 20787 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/developer.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/developer.texi b/doc/developer.texi index 013650ba14..983f2fdd5b 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -252,8 +252,8 @@ keeping it as a logical unit that contains an individual change, even if it spans multiple files. This makes reviewing your patches much easier for us and greatly increases your chances of getting your patch applied. -Use the patcheck tool of ffmpeg to check your patch. -The tool is located in the tool directory. +Use the patcheck tool of FFmpeg to check your patch. +The tool is located in the tools directory. Run the regression tests before submitting a patch so that you can verify that there are no big problems.