Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-reference.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGautier Nilhcem <nilhcem@gmail.com>2011-09-21 16:10:13 +0400
committerGautier Nilhcem <nilhcem@gmail.com>2011-09-21 16:10:13 +0400
commit0ff60161a0567dbe065e3b3fb496798b7f5d8e14 (patch)
tree0bc84ed7ef2705669face3be5cf0c8c22348413d /remotes
parent4e6a83d28d188463e9575328537b245c06fb6d77 (diff)
Typo fixing
Diffstat (limited to 'remotes')
-rw-r--r--remotes/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/remotes/index.html b/remotes/index.html
index df16b27..403e6cf 100644
--- a/remotes/index.html
+++ b/remotes/index.html
@@ -193,7 +193,7 @@ github git@github.com:schacon/hw.git (push)
immediately followed by a <code>git merge</code> of the branch on that remote
that is tracked by whatever branch you are currently in. I personally don't much
like this command - I prefer running <code>fetch</code> and <code>merge</code>
- seperately. Less magic, less problems. However, if you like this idea, you
+ separately. Less magic, less problems. However, if you like this idea, you
can read about it in more detail in the
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-pull.html">official docs</a>.
</p>