git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] connect: Fix typo in result string of prot_name()
@ 2015-09-24 12:44 Tobias Klauser
  0 siblings, 0 replies; only message in thread
From: Tobias Klauser @ 2015-09-24 12:44 UTC (permalink / raw)
  To: git

Replace 'unkown' with 'unknown'.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
---
 connect.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/connect.c b/connect.c
index c0144d8..777f31c 100644
--- 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 "unknown protocol";
 	}
 }
 
-- 
2.5.3

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-09-24 12:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-24 12:44 [PATCH] connect: Fix typo in result string of prot_name() Tobias Klauser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).