Skip to content

Commit 42cfcd2

Browse files
vonbrandgitster
authored andcommitted
git-rebase.txt: Fix spelling
Signed-off-by: Horst H. von Brand <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5a9f039 commit 42cfcd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-rebase.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ which makes little sense.
312312
When the commit log message begins with "squash! ..." (or
313313
"fixup! ..."), and there is a commit whose title begins with
314314
the same ..., automatically modify the todo list of rebase -i
315-
so that the commit marked for quashing come right after the
315+
so that the commit marked for squashing comes right after the
316316
commit to be modified, and change the action of the moved
317317
commit from `pick` to `squash` (or `fixup`).
318318
+

0 commit comments

Comments
 (0)