From 156d632a533263091491e9b4a3d9770245fa4af9 Mon Sep 17 00:00:00 2001 From: Jongmin Kim Date: Wed, 26 Sep 2018 23:59:23 +0900 Subject: all: remove extra 's' in "mismatch" Signed-off-by: Jongmin Kim --- plumbing/format/index/decoder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plumbing/format') diff --git a/plumbing/format/index/decoder.go b/plumbing/format/index/decoder.go index 1a58128..df25530 100644 --- a/plumbing/format/index/decoder.go +++ b/plumbing/format/index/decoder.go @@ -21,7 +21,7 @@ var ( // ErrMalformedSignature is returned by Decode when the index header file is // malformed ErrMalformedSignature = errors.New("malformed index signature file") - // ErrInvalidChecksum is returned by Decode if the SHA1 hash missmatch with + // ErrInvalidChecksum is returned by Decode if the SHA1 hash mismatch with // the read content ErrInvalidChecksum = errors.New("invalid checksum") -- cgit