connect: fix typo in result string of prot_name()
commit83e6bda3fa564fe6b1946712a17efce1d10ed2c0
authorTobias Klauser <tklauser@distanz.ch>
Thu, 24 Sep 2015 12:44:49 +0000 (24 14:44 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 Sep 2015 17:01:07 +0000 (25 10:01 -0700)
tree62dd5efd9a331fc9d2893e7ab1c52d8297486283
parent8d530c4d64ffcc853889f7b385f554d53db375ed
connect: fix typo in result string of prot_name()

Replace 'unkown' with 'unknown'.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
connect.c