Fix spelling mistakes caught by golangci-lint

This commit is contained in:
Antonin Delpeuch 2024-04-11 14:13:36 +02:00
parent 035bba89f5
commit 592c20c7d4
4 changed files with 5 additions and 5 deletions

View file

@ -782,7 +782,7 @@ func writeFlushPktLine(ctx context.Context, out io.Writer) error {
return nil
}
// Write an Pkt-Line based on `data` to `out` according to the specifcation.
// Write an Pkt-Line based on `data` to `out` according to the specification.
// https://git-scm.com/docs/protocol-common
func writeDataPktLine(ctx context.Context, out io.Writer, data []byte) error {
// Implementations SHOULD NOT send an empty pkt-line ("0004").