Skip to content

Commit 9ab7476

Browse files
committed
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()
2 parents aa8f64d + 83e6bda commit 9ab7476

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
@@ -255,7 +255,7 @@ static const char *prot_name(enum protocol protocol)
255255
case PROTO_GIT:
256256
return "git";
257257
default:
258-
return "unkown protocol";
258+
return "unknown protocol";
259259
}
260260
}
261261

0 commit comments

Comments
 (0)