fix typo in git howto section heading
authorJanne Grunau <janne-ffmpeg@jannau.net>
Sun, 16 Jan 2011 18:29:08 +0000 (18:29 +0000)
committerJanne Grunau <janne-ffmpeg@jannau.net>
Sun, 16 Jan 2011 18:29:08 +0000 (18:29 +0000)
spotted by ubitux on irc

Originally committed as revision 26393 to svn://svn.ffmpeg.org/ffmpeg/trunk

doc/git-howto.txt

index a457582..80bd3cc 100644 (file)
@@ -223,7 +223,7 @@ I. BASICS:
   Will push the changes to the remote repository. Omitting refspec makes git
   push update all the remote branches matching the local ones.
 
-13. Finding a specific svn revission
+13. Finding a specific svn revision
 
   Since version 1.7.1 git supports ':/foo' syntax for specifying commits
   based on a regular expression. see man gitrevisions