summaryrefslogtreecommitdiff
path: root/ref-filter.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-11-03 13:32:28 -0700
committerJunio C Hamano <gitster@pobox.com>2021-11-03 13:32:28 -0700
commite2a33ef9e280def6f593b6dc7b9d07421c35b3db (patch)
tree4a7bf7285340a6d5d905ddf245b4075b431e23e1 /ref-filter.c
parente890c845b844864c0bd934e057b92bbeee40cb5b (diff)
parentf73371931686f16c2b5df49cb6a4b16c5fdfe79c (diff)
Merge branch 'jx/message-fixes'
Fixes to recently added messages. * jx/message-fixes: i18n: fix typos found during l10n for git 2.34.0
Diffstat (limited to 'ref-filter.c')
-rw-r--r--ref-filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref-filter.c b/ref-filter.c
index 282cdad103..08a3f839c9 100644
--- a/ref-filter.c
+++ b/ref-filter.c
@@ -1037,7 +1037,7 @@ int verify_ref_format(struct ref_format *format)
format->quote_style == QUOTE_TCL) &&
used_atom[at].atom_type == ATOM_RAW &&
used_atom[at].u.raw_data.option == RAW_BARE)
- die(_("--format=%.*s cannot be used with"
+ die(_("--format=%.*s cannot be used with "
"--python, --shell, --tcl"), (int)(ep - sp - 2), sp + 2);
cp = ep + 1;