summaryrefslogtreecommitdiff
path: root/builtin/bisect--helper.c
diff options
context:
space:
mode:
authorJean-Noël Avila <jn.avila@free.fr>2019-02-11 06:44:53 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-02-11 20:58:06 (GMT)
commit32ceace39fa224e8e01c791d441b1dd411ba2aba (patch)
treec25a3bff99ee43a67f8f509875f02be219249acc /builtin/bisect--helper.c
parent11ad41d4cb25a41b21a7343c495aceb38d4db4d8 (diff)
downloadgit-32ceace39fa224e8e01c791d441b1dd411ba2aba.zip
git-32ceace39fa224e8e01c791d441b1dd411ba2aba.tar.gz
git-32ceace39fa224e8e01c791d441b1dd411ba2aba.tar.bz2
Fix typos in translatable strings for v2.21.0
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/bisect--helper.c')
-rw-r--r--builtin/bisect--helper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin/bisect--helper.c b/builtin/bisect--helper.c
index c1cff32..e7325fe 100644
--- a/builtin/bisect--helper.c
+++ b/builtin/bisect--helper.c
@@ -173,7 +173,7 @@ static int bisect_reset(const char *commit)
argv_array_clear(&argv);
return error(_("could not check out original"
" HEAD '%s'. Try 'git bisect"
- "reset <commit>'."), branch.buf);
+ " reset <commit>'."), branch.buf);
}
argv_array_clear(&argv);
}
@@ -646,7 +646,7 @@ int cmd_bisect__helper(int argc, const char **argv, const char *prefix)
OPT_BOOL(0, "no-checkout", &no_checkout,
N_("update BISECT_HEAD instead of checking out the current commit")),
OPT_BOOL(0, "no-log", &nolog,
- N_("no log for BISECT_WRITE ")),
+ N_("no log for BISECT_WRITE")),
OPT_END()
};
struct bisect_terms terms = { .term_good = NULL, .term_bad = NULL };