Replace "remote tracking" with "remote-tracking"
[gitweb.git] / Documentation / git-pull.txt
index c50f7dcb890139d829bae51c30b513d54fd7761e..33e8438880e52059f12b26132fe30ddce88bfeeb 100644 (file)
@@ -26,7 +26,7 @@ With `--rebase`, it runs 'git rebase' instead of 'git merge'.
 <repository> should be the name of a remote repository as
 passed to linkgit:git-fetch[1].  <refspec> can name an
 arbitrary remote ref (for example, the name of a tag) or even
-a collection of refs with corresponding remote tracking branches
+a collection of refs with corresponding remote-tracking branches
 (e.g., refs/heads/*:refs/remotes/origin/*), but usually it is
 the name of a branch in the remote repository.