зеркало из https://github.com/microsoft/git.git
Merge branch 'tk/typofix-connect-unknown-proto-error'
* tk/typofix-connect-unknown-proto-error: connect: fix typo in result string of prot_name()
This commit is contained in:
Коммит
d10a7f7535
|
@ -255,7 +255,7 @@ static const char *prot_name(enum protocol protocol)
|
||||||
case PROTO_GIT:
|
case PROTO_GIT:
|
||||||
return "git";
|
return "git";
|
||||||
default:
|
default:
|
||||||
return "unkown protocol";
|
return "unknown protocol";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче