t6023: merge-file fails to output anything for a degenerate merge
[gitweb.git] / builtin-merge.c
index d0bf1fc1edb5fc7783669e4086210a521a3ab6e3..370d0034ca188724344f2085c32e4150de7f9792 100644 (file)
@@ -703,7 +703,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];