Skip to content

Commit 2c1070c

Browse files
algonellgitster
authored andcommitted
mergetool: fix a typo
Fix a typo in comments. Signed-off-by: Andrew Kreimer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a54601c commit 2c1070c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mergetools/vimdiff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ merge_cmd () {
411411
-f "$FINAL_CMD" '"$LOCAL"' '"$BASE"' '"$REMOTE"' '"$MERGED"'
412412
else
413413
# If there is no BASE (example: a merge conflict in a new file
414-
# with the same name created in both braches which didn't exist
414+
# with the same name created in both branches which didn't exist
415415
# before), close all BASE windows using vim's "quit" command
416416

417417
FINAL_CMD=$(echo "$FINAL_CMD" | \

0 commit comments

Comments
 (0)