*: fix typos which duplicate a word
Fix typos in documentation, code comments, and RelNotes which repeat various words. In trivial cases, just delete the duplicated word and rewrap text, if needed. Reword the affected sentence in Documentation/RelNotes/1.8.4.txt for it to make sense. Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
ebf3c04b26
commit
abcb66c614
@ -330,7 +330,7 @@ test_expect_success 'git-svn works in a bare repository' '
|
||||
git svn fetch ) &&
|
||||
rm -rf bare-repo
|
||||
'
|
||||
test_expect_success 'git-svn works in in a repository with a gitdir: link' '
|
||||
test_expect_success 'git-svn works in a repository with a gitdir: link' '
|
||||
mkdir worktree gitdir &&
|
||||
( cd worktree &&
|
||||
git svn init "$svnrepo" &&
|
||||
|
Reference in New Issue
Block a user