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 --- config/refspec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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 -- cgit