Skip to content

Commit 3dc5433

Browse files
me-andgitster
authored andcommitted
rebase -i: fix comment typo
Signed-off-by: Adam Dinwoodie <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9752ad0 commit 3dc5433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-rebase--interactive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ rearrange_squash () {
863863
rm -f "$1.sq" "$1.rearranged"
864864
}
865865

866-
# Add commands after a pick or after a squash/fixup serie
866+
# Add commands after a pick or after a squash/fixup series
867867
# in the todo list.
868868
add_exec_commands () {
869869
{

0 commit comments

Comments
 (0)