summaryrefslogtreecommitdiff
path: root/doc/git-howto.txt
diff options
context:
space:
mode:
authorJanne Grunau <janne-ffmpeg@jannau.net>2011-01-16 18:29:08 +0000
committerJanne Grunau <janne-ffmpeg@jannau.net>2011-01-16 18:29:08 +0000
commitadb8669c04fae980710342a9fb3016c87df60709 (patch)
tree063112fb24cb85f4c6a945133ae918c488555603 /doc/git-howto.txt
parent8bb7d97be0cda3c944956c79c50d0cf6f1efb7b9 (diff)
fix typo in git howto section heading
spotted by ubitux on irc Originally committed as revision 26393 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/git-howto.txt')
-rw-r--r--doc/git-howto.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/git-howto.txt b/doc/git-howto.txt
index a4575825bc..80bd3cc38c 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