File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const (
1515
1616var (
1717 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" )
1919)
2020
2121// RefSpec is a mapping from local branches to remote references
Original file line number Diff line number Diff line change 2121 // ErrMalformedSignature is returned by Decode when the index header file is
2222 // malformed
2323 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
2525 // the read content
2626 ErrInvalidChecksum = errors .New ("invalid checksum" )
2727
You can’t perform that action at this time.
0 commit comments