aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/index
diff options
context:
space:
mode:
authorJongmin Kim <jmkim@pukyong.ac.kr>2018-09-26 23:59:23 +0900
committerJongmin Kim <jmkim@pukyong.ac.kr>2018-09-26 23:59:23 +0900
commit156d632a533263091491e9b4a3d9770245fa4af9 (patch)
tree8aecf896a1334aa97f6d3db4251c3f36b2c950c6 /plumbing/format/index
parentc2ab4ac47d87f4cd674d19228e24b6696bd1db4d (diff)
downloadgo-git-156d632a533263091491e9b4a3d9770245fa4af9.tar.gz
all: remove extra 's' in "mismatch"
Signed-off-by: Jongmin Kim <jmkim@pukyong.ac.kr>
Diffstat (limited to 'plumbing/format/index')
-rw-r--r--plumbing/format/index/decoder.go2
1 files changed, 1 insertions, 1 deletions
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")