Code

pack-protocol.txt: fix spelling
authorTay Ray Chuan <rctay89@gmail.com>
Sun, 4 Apr 2010 13:12:16 +0000 (21:12 +0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 4 Apr 2010 17:18:19 +0000 (10:18 -0700)
s/paramater/parameter/.

Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/pack-protocol.txt

index 9a5cdafa9cb8c5af8a3903ae18297a23adab0fbf..f9468a1c29588492965377875520a53e702adba1 100644 (file)
@@ -36,7 +36,7 @@ Git Transport
 
 The Git transport starts off by sending the command and repository
 on the wire using the pkt-line format, followed by a NUL byte and a
-hostname paramater, terminated by a NUL byte.
+hostname parameter, terminated by a NUL byte.
 
    0032git-upload-pack /project.git\0host=myserver.com\0