Skip to content

Commit ed5bdd5

Browse files
jnavilagitster
authored andcommitted
submodule--helper.c: i18n: add a missing space in message
The message spans over 2 lines but the C concatenation does not add the needed space between the two lines. Signed-off-by: Jean-Noel Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent a9f8a37 commit ed5bdd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/submodule--helper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ static void status_submodule(const char *path, const struct object_id *ce_oid,
624624

625625
if (refs_head_ref(get_submodule_ref_store(path),
626626
handle_submodule_head_ref, &oid))
627-
die(_("could not resolve HEAD ref inside the"
627+
die(_("could not resolve HEAD ref inside the "
628628
"submodule '%s'"), path);
629629

630630
print_status(flags, '+', path, &oid, displaypath);

0 commit comments

Comments
 (0)