From 592c20c7d44cc42a86527a23d961e9d6e4fcae40 Mon Sep 17 00:00:00 2001 From: Antonin Delpeuch Date: Thu, 11 Apr 2024 14:13:36 +0200 Subject: Fix spelling mistakes caught by golangci-lint --- cmd/hook.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/hook.go b/cmd/hook.go index 04df7ce18c..81955e753b 100644 --- a/cmd/hook.go +++ b/cmd/hook.go @@ -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"). -- cgit v1.2.3