Code

Merge branch 'maint-1.6.0' into maint-1.6.1
[git.git] / Documentation / git-svn.txt
index 8d0c421b80b5ff110d33583cb1bc5a3b417cad90..216c4563f189153ffc135e7f2740c424b419bbf0 100644 (file)
@@ -563,7 +563,7 @@ pulled or merged from.  This is because the author favored
 If you use `git svn set-tree A..B` to commit several diffs and you do
 not have the latest remotes/git-svn merged into my-branch, you should
 use `git svn rebase` to update your work branch instead of `git pull` or
-`git merge`.  `pull`/`merge' can cause non-linear history to be flattened
+`git merge`.  `pull`/`merge` can cause non-linear history to be flattened
 when committing into SVN, which can lead to merge commits reversing
 previous commits in SVN.