Skip to content

Commit 83e6bda

Browse files
tklausergitster
authored andcommitted
connect: fix typo in result string of prot_name()
Replace 'unkown' with 'unknown'. Signed-off-by: Tobias Klauser <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8d530c4 commit 83e6bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connect.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ static const char *prot_name(enum protocol protocol)
254254
case PROTO_GIT:
255255
return "git";
256256
default:
257-
return "unkown protocol";
257+
return "unknown protocol";
258258
}
259259
}
260260

0 commit comments

Comments
 (0)