mirror of
https://github.com/git/git.git
synced 2025-04-18 11:24:22 +00:00
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:
commit
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";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user