Browse Source

Cosmetics: Fix typos in r20780.

Originally committed as revision 20787 to svn://svn.ffmpeg.org/ffmpeg/trunk
Carl Eugen Hoyos 15 years ago
parent
commit
65214b621f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/developer.texi

+ 2 - 2
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.