X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=transport-helper.c;h=f822972020136b0fa04a95d7fcf26df40c81cfe6;hb=03f94ae9f909952ed5a78917ab319a312889354b;hp=107742891f6e68d4b103f61a425a585770b0d155;hpb=fc4b10cd2dd4f23443d1c639b9c38a604fff3aa3;p=git.git diff --git a/transport-helper.c b/transport-helper.c index 107742891..f82297202 100644 --- a/transport-helper.c +++ b/transport-helper.c @@ -171,7 +171,7 @@ static struct child_process *get_helper(struct transport *transport) } else if (!strcmp(capname, "connect")) { data->connect = 1; } else if (mandatory) { - die("Unknown madatory capability %s. This remote " + die("Unknown mandatory capability %s. This remote " "helper probably needs newer version of Git.\n", capname); }