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