From 163a67524bc3a5ec9ade10d6e2c7f4954148d0bc Mon Sep 17 00:00:00 2001 From: Wells Johnston Date: Mon, 8 Jan 2018 00:38:30 -0500 Subject: fix typo --- plumbing/format/gitignore/pattern.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plumbing') diff --git a/plumbing/format/gitignore/pattern.go b/plumbing/format/gitignore/pattern.go index bd0825b..2603352 100644 --- a/plumbing/format/gitignore/pattern.go +++ b/plumbing/format/gitignore/pattern.go @@ -13,7 +13,7 @@ const ( NoMatch MatchResult = iota // Exclude defines an exclusion of a file as a result of a match check Exclude - // Exclude defines an explicit inclusion of a file as a result of a match check + // Include defines an explicit inclusion of a file as a result of a match check Include ) -- cgit