diff options
author | Tay Ray Chuan <rctay89@gmail.com> | 2010-04-04 21:12:16 +0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-04-04 10:18:19 -0700 |
commit | 8e50175d945166c26f24827019882ee6607f65f7 (patch) | |
tree | 4d4f4a4c404272109b011627e5753c61383b6022 /Documentation/technical | |
parent | 2be10bb5c1cfe15aa4f1b43137ccd17d826d8553 (diff) | |
download | git-8e50175d945166c26f24827019882ee6607f65f7.tar.gz git-8e50175d945166c26f24827019882ee6607f65f7.tar.xz |
pack-protocol.txt: fix spelling
s/paramater/parameter/.
Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical')
-rw-r--r-- | Documentation/technical/pack-protocol.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/pack-protocol.txt b/Documentation/technical/pack-protocol.txt index 9a5cdafa9..f9468a1c2 100644 --- a/Documentation/technical/pack-protocol.txt +++ b/Documentation/technical/pack-protocol.txt @@ -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 |