File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const (
15
15
16
16
var (
17
17
ErrRefSpecMalformedSeparator = errors .New ("malformed refspec, separators are wrong" )
18
- ErrRefSpecMalformedWildcard = errors .New ("malformed refspec, missmatched number of wildcards" )
18
+ ErrRefSpecMalformedWildcard = errors .New ("malformed refspec, mismatched number of wildcards" )
19
19
)
20
20
21
21
// RefSpec is a mapping from local branches to remote references
Original file line number Diff line number Diff line change 21
21
// ErrMalformedSignature is returned by Decode when the index header file is
22
22
// malformed
23
23
ErrMalformedSignature = errors .New ("malformed index signature file" )
24
- // ErrInvalidChecksum is returned by Decode if the SHA1 hash missmatch with
24
+ // ErrInvalidChecksum is returned by Decode if the SHA1 hash mismatch with
25
25
// the read content
26
26
ErrInvalidChecksum = errors .New ("invalid checksum" )
27
27
You can’t perform that action at this time.
0 commit comments