Skip to content

Commit 3890dae

Browse files
pks-tgitster
authored andcommitted
pack-protocol.txt: fix insconsistent spelling of "packfile"
Signed-off-by: Patrick Steinhardt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4667391 commit 3890dae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/technical/pack-protocol.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -502,11 +502,11 @@ MUST NOT send a push-cert command. When a push-cert command is
502502
sent, command-list MUST NOT be sent; the commands recorded in the
503503
push certificate is used instead.
504504

505-
The pack-file MUST NOT be sent if the only command used is 'delete'.
505+
The packfile MUST NOT be sent if the only command used is 'delete'.
506506

507-
A pack-file MUST be sent if either create or update command is used,
507+
A packfile MUST be sent if either create or update command is used,
508508
even if the server already has all the necessary objects. In this
509-
case the client MUST send an empty pack-file. The only time this
509+
case the client MUST send an empty packfile. The only time this
510510
is likely to happen is if the client is creating
511511
a new branch or a tag that points to an existing obj-id.
512512

0 commit comments

Comments
 (0)