]> git.ipfire.org Git - thirdparty/git.git/commitdiff
mergetool: fix a typo
authorAndrew Kreimer <algonell@gmail.com>
Wed, 2 Oct 2024 22:38:14 +0000 (01:38 +0300)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Oct 2024 19:06:51 +0000 (12:06 -0700)
Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
mergetools/vimdiff

index f8ad6b35d4dbde267d3defcf5bcd78b92c779fab..ffc9be86c83da1f3e342a98b8dcb20de83469a44 100644 (file)
@@ -411,7 +411,7 @@ merge_cmd () {
                        -f "$FINAL_CMD" '"$LOCAL"' '"$BASE"' '"$REMOTE"' '"$MERGED"'
        else
                # If there is no BASE (example: a merge conflict in a new file
-               # with the same name created in both braches which didn't exist
+               # with the same name created in both branches which didn't exist
                # before), close all BASE windows using vim's "quit" command
 
                FINAL_CMD=$(echo "$FINAL_CMD" | \