diff options
author | Fredrik Skolmli <fredrik@frsk.net> | 2010-07-10 02:00:01 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-07-09 17:36:28 -0700 |
commit | 5d1e34158a3023af48541bf1731d202849929a12 (patch) | |
tree | ee7f2dc109c4e555c8cb39c82a8b08e4986044f0 /Documentation | |
parent | 142183d09634aa00a47107c7ffc5e39fa6cbf1b0 (diff) | |
download | git-5d1e34158a3023af48541bf1731d202849929a12.tar.gz |
Documentation: Spelling fix in protocol-capabilities.txt
Signed-off-by: Fredrik Skolmli <fredrik@frsk.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/technical/protocol-capabilities.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/protocol-capabilities.txt b/Documentation/technical/protocol-capabilities.txt index fd1a593149..b15517fa06 100644 --- a/Documentation/technical/protocol-capabilities.txt +++ b/Documentation/technical/protocol-capabilities.txt @@ -119,7 +119,7 @@ both. ofs-delta --------- -Server can send, and client understand PACKv2 with delta refering to +Server can send, and client understand PACKv2 with delta referring to its base by position in pack rather than by an obj-id. That is, they can send/read OBJ_OFS_DELTA (aka type 6) in a packfile. |