summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlp Toker <alp@atoker.com>2006-07-09 09:36:23 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-07-09 10:30:51 (GMT)
commitcb652963486a89eeac926d407c2893dbdbdcf66b (patch)
tree83ea8c6432f10f5c6c8d7b67d2d46907ade272e3
parent02853588a48eddbaa42b58764960394e416d68bf (diff)
downloadgit-cb652963486a89eeac926d407c2893dbdbdcf66b.zip
git-cb652963486a89eeac926d407c2893dbdbdcf66b.tar.gz
git-cb652963486a89eeac926d407c2893dbdbdcf66b.tar.bz2
Fix some doubled word typos
Signed-off-by: Alp Toker <alp@atoker.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Documentation/git-svn.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index f7d3de4..7d86809 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/git-svn.txt
@@ -224,7 +224,7 @@ Merge tracking in Subversion is lacking and doing branched development
with Subversion is cumbersome as a result. git-svn completely forgoes
any automated merge/branch tracking on the Subversion side and leaves it
entirely up to the user on the git side. It's simply not worth it to do
-a useful translation when the the original signal is weak.
+a useful translation when the original signal is weak.
TRACKING MULTIPLE REPOSITORIES OR BRANCHES
------------------------------------------