From 819b7ccd9e1277ddc6bcbc1f2ec415e2b03f4abe Mon Sep 17 00:00:00 2001 From: Matthias Loibl Date: Wed, 15 Jun 2016 12:01:20 +0200 Subject: [PATCH] Fix typo in errcheck comment --- check/errcheck.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check/errcheck.go b/check/errcheck.go index e61a09e..35c0ee1 100644 --- a/check/errcheck.go +++ b/check/errcheck.go @@ -1,6 +1,6 @@ package check -// errcheck is the check for the errcheck command +// Errcheck is the check for the errcheck command type Errcheck struct { Dir string Filenames []string