From 0b4e086e0572ae405a65af0a61c2dbe5a4ced2e5 Mon Sep 17 00:00:00 2001
From: Jon Huhn <nojnhuh@users.noreply.github.com>
Date: Fri, 24 Aug 2018 13:38:36 -0500
Subject: [PATCH] Fix typo in message.go

---
 pkg/lint/support/message.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/lint/support/message.go b/pkg/lint/support/message.go
index 4dd485c98..5efbc7a61 100644
--- a/pkg/lint/support/message.go
+++ b/pkg/lint/support/message.go
@@ -18,7 +18,7 @@ package support
 
 import "fmt"
 
-// Severity indicatest the severity of a Message.
+// Severity indicates the severity of a Message.
 const (
 	// UnknownSev indicates that the severity of the error is unknown, and should not stop processing.
 	UnknownSev = iota
-- 
GitLab