From adb8669c04fae980710342a9fb3016c87df60709 Mon Sep 17 00:00:00 2001
From: Janne Grunau <janne-ffmpeg@jannau.net>
Date: Sun, 16 Jan 2011 18:29:08 +0000
Subject: [PATCH] fix typo in git howto section heading

spotted by ubitux on irc

Originally committed as revision 26393 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 doc/git-howto.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/git-howto.txt b/doc/git-howto.txt
index a4575825bc3..80bd3cc38c3 100644
--- a/doc/git-howto.txt
+++ b/doc/git-howto.txt
@@ -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
-- 
GitLab