diff options
Diffstat (limited to 'builtin/apply.c')
-rw-r--r-- | builtin/apply.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/apply.c b/builtin/apply.c index 0769b09287..582eb375dc 100644 --- a/builtin/apply.c +++ b/builtin/apply.c @@ -4672,7 +4672,7 @@ int cmd_apply(int argc, const char **argv, const char *prefix_) if (update_index) { if (write_locked_index(&the_index, &lock_file, COMMIT_LOCK)) - die(_("Unable to write new index file")); + die(_("unable to write index file")); } return !!errs; |