diff options
| author | Jean-Noël Avila <jn.avila@free.fr> | 2019-02-11 07:44:53 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-02-11 12:58:06 -0800 |
| commit | 32ceace39fa224e8e01c791d441b1dd411ba2aba (patch) | |
| tree | c25a3bff99ee43a67f8f509875f02be219249acc /builtin/fetch.c | |
| parent | Seventh batch for 2.21 (diff) | |
| download | git-32ceace39fa224e8e01c791d441b1dd411ba2aba.tar.gz git-32ceace39fa224e8e01c791d441b1dd411ba2aba.zip | |
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/fetch.c')
| -rw-r--r-- | builtin/fetch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/fetch.c b/builtin/fetch.c index 5a09fe24cd..b620fd54b4 100644 --- a/builtin/fetch.c +++ b/builtin/fetch.c @@ -1480,7 +1480,7 @@ static inline void fetch_one_setup_partial(struct remote *remote) if (strcmp(remote->name, repository_format_partial_clone)) { if (filter_options.choice) die(_("--filter can only be used with the remote " - "configured in extensions.partialclone")); + "configured in extensions.partialClone")); return; } |
