Code

Extend sample update hook, disable modifying of existing tags
[git.git] / builtin-merge.c
index 6a51823a55502766bee74dfd0a3857a8330a0f75..0b58e5eda1f38c1560cc9dcf69be37fa5fc9886f 100644 (file)
@@ -764,7 +764,7 @@ static int suggest_conflicts(void)
 
        fp = fopen(git_path("MERGE_MSG"), "a");
        if (!fp)
-               die("Could open %s for writing", git_path("MERGE_MSG"));
+               die("Could not open %s for writing", git_path("MERGE_MSG"));
        fprintf(fp, "\nConflicts:\n");
        for (pos = 0; pos < active_nr; pos++) {
                struct cache_entry *ce = active_cache[pos];