Re: [PATCH] submodule--helper.c: i18n: add a missing space in message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Nov 25, 2017 at 2:55 PM, Jean-Noel Avila <jn.avila@xxxxxxx> wrote:
> The message spans over 2 lines but the C conconcatenation does not add

s/conconcatenation/concatenation/

> the needed space between the two lines.
>
> Signed-off-by: Jean-Noel Avila <jn.avila@xxxxxxx>
> ---
> diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c
> index 2086f0eb0..a5c4a8a69 100644
> --- a/builtin/submodule--helper.c
> +++ b/builtin/submodule--helper.c
> @@ -623,7 +623,7 @@ static void status_submodule(const char *path, const struct object_id *ce_oid,
>
>                 if (refs_head_ref(get_submodule_ref_store(path),
>                                   handle_submodule_head_ref, &oid))
> -                       die(_("could not resolve HEAD ref inside the"
> +                       die(_("could not resolve HEAD ref inside the "
>                               "submodule '%s'"), path);
>
>                 print_status(flags, '+', path, &oid, displaypath);
> --
> 2.15.0



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux