aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2018-09-27 01:23:06 +0200
committerGitHub <noreply@github.com>2018-09-27 01:23:06 +0200
commit1fdd36c814746efdf199392135696cfde7287b44 (patch)
tree8aecf896a1334aa97f6d3db4251c3f36b2c950c6 /config
parentc2ab4ac47d87f4cd674d19228e24b6696bd1db4d (diff)
parent156d632a533263091491e9b4a3d9770245fa4af9 (diff)
downloadgo-git-1fdd36c814746efdf199392135696cfde7287b44.tar.gz
Merge pull request #966 from jmkim/fix-typo
all: remove extra 's' in "mismatch"
Diffstat (limited to 'config')
-rw-r--r--config/refspec.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/refspec.go b/config/refspec.go
index c9b9d52..391705c 100644
--- a/config/refspec.go
+++ b/config/refspec.go
@@ -15,7 +15,7 @@ const (
var (
ErrRefSpecMalformedSeparator = errors.New("malformed refspec, separators are wrong")
- ErrRefSpecMalformedWildcard = errors.New("malformed refspec, missmatched number of wildcards")
+ ErrRefSpecMalformedWildcard = errors.New("malformed refspec, mismatched number of wildcards")
)
// RefSpec is a mapping from local branches to remote references