]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/fetch.c
Fix typos in translatable strings for v2.21.0
[thirdparty/git.git] / builtin / fetch.c
index 5a09fe24cddac79bb66f90b0405f5bcc9855dbee..b620fd54b4e95cad77532ec3fe02e2ff1179c431 100644 (file)
@@ -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;
        }