Skip to content

Commit 267807e

Browse files
LorenzoPegorarigitster
authored andcommitted
doc: gitprotocol-pack: fix pronoun-antecedent agreement
Fix "pronoun-antecedent agreement" errors. Signed-off-by: LorenzoPegorari <lorenzo.pegorari2002@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 683c54c commit 267807e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/gitprotocol-pack.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Extra Parameters
6565
----------------
6666

6767
The protocol provides a mechanism in which clients can send additional
68-
information in its first message to the server. These are called "Extra
68+
information in their first message to the server. These are called "Extra
6969
Parameters", and are supported by the Git, SSH, and HTTP protocols.
7070

7171
Each Extra Parameter takes the form of `<key>=<value>` or `<key>`.
@@ -277,7 +277,7 @@ out of what the server said it could do with the first 'want' line.
277277
filter-request = PKT-LINE("filter" SP filter-spec)
278278
----
279279

280-
Clients MUST send all the obj-ids it wants from the reference
280+
Clients MUST send all the obj-ids they want from the reference
281281
discovery phase as 'want' lines. Clients MUST send at least one
282282
'want' command in the request body. Clients MUST NOT mention an
283283
obj-id in a 'want' command which did not appear in the response

0 commit comments

Comments
 (0)