summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-04-22 20:42:44 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-04-22 20:42:44 (GMT)
commitd0eb8950587c1db601158b6c74dac67030b4d1d9 (patch)
tree30eef50afade2d0d4c322ba6bf82196f643cfbb1 /Documentation
parent220546156ab3d9c2259e5156b938ef7a823a28a3 (diff)
parent344420bf0fb6d42d000221338321bb4e475fd499 (diff)
downloadgit-d0eb8950587c1db601158b6c74dac67030b4d1d9.zip
git-d0eb8950587c1db601158b6c74dac67030b4d1d9.tar.gz
git-d0eb8950587c1db601158b6c74dac67030b4d1d9.tar.bz2
Merge branch 'pb/rebase-doc-typofix'
Typofix. * pb/rebase-doc-typofix: git-rebase.txt: fix typo
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-rebase.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt
index f7a6033..46ddf17 100644
--- a/Documentation/git-rebase.txt
+++ b/Documentation/git-rebase.txt
@@ -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