提交 83e6bda3 编写于 作者: T Tobias Klauser 提交者: Junio C Hamano

connect: fix typo in result string of prot_name()

Replace 'unkown' with 'unknown'.
Signed-off-by: NTobias Klauser <tklauser@distanz.ch>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 8d530c4d
......@@ -254,7 +254,7 @@ static const char *prot_name(enum protocol protocol)
case PROTO_GIT:
return "git";
default:
return "unkown protocol";
return "unknown protocol";
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册