]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-rebase.txt: fix typo
authorPhilippe Blain <levraiphilippeblain@gmail.com>
Sat, 28 Mar 2020 19:12:00 +0000 (19:12 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 29 Mar 2020 01:14:33 +0000 (18:14 -0700)
Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rebase.txt

index 8c1f4b826809e922d9864eb0ed88daa737f4c217..984eae85f603e056e3f85e8ff26d1ecc61f47e91 100644 (file)
@@ -605,7 +605,7 @@ BEHAVIORAL DIFFERENCES
 -----------------------
 
 git rebase has two primary backends: apply and merge.  (The apply
-backend used to known as the 'am' backend, but the name led to
+backend used to be known as the 'am' backend, but the name led to
 confusion as it looks like a verb instead of a noun.  Also, the merge
 backend used to be known as the interactive backend, but it is now
 used for non-interactive cases as well.  Both were renamed based on