]> git.ipfire.org Git - thirdparty/git.git/commitdiff
glossary typofix
authorJunio C Hamano <junkio@cox.net>
Fri, 12 Jan 2007 22:13:53 +0000 (14:13 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 12 Jan 2007 22:13:53 +0000 (14:13 -0800)
Pointed out by Paul Witt <paul.witt@oxix.org>

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/glossary.txt

index cd61aa26065ba6f3d06df7d1c00e2e81d42bce9e..bc917bbac3b21eff1baa70b24c689ff11f5a4323 100644 (file)
@@ -259,7 +259,7 @@ refspec::
        means "grab the master branch head from the $URL and store
        it as my origin branch head".
        And `git push $URL refs/heads/master:refs/heads/to-upstream`
-       means "publish my master branch head as to-upstream master head
+       means "publish my master branch head as to-upstream branch
        at $URL".   See also gitlink:git-push[1]
 
 repository::