git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
8d530c4
)
connect: fix typo in result string of prot_name()
author
Tobias Klauser
<redacted>
Thu, 24 Sep 2015 12:44:49 +0000
(14:44 +0200)
committer
Junio C Hamano
<redacted>
Fri, 25 Sep 2015 17:01:07 +0000
(10:01 -0700)
Replace 'unkown' with 'unknown'.
Signed-off-by: Tobias Klauser <redacted>
Signed-off-by: Junio C Hamano <redacted>
connect.c
patch
|
blob
|
history
diff --git
a/connect.c
b/connect.c
index c0144d859ae4275860df464f73a688c649d092fe..777f31c249c0a90722206f0f8bde5f29bad70db5 100644
(file)
--- a/
connect.c
+++ b/
connect.c
@@
-254,7
+254,7
@@
static const char *prot_name(enum protocol protocol)
case PROTO_GIT:
return "git";
default:
- return "unkown protocol";
+ return "unk
n
own protocol";
}
}
git clone https://git.99rst.org/PROJECT