From 972c6d6d89d2eda5585ac2f224de234ac3acfe72 Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Fri, 6 Nov 2015 13:39:50 +0900 Subject: [PATCH] fix typo --- check/license.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check/license.go b/check/license.go index e68ffc2..7787d65 100644 --- a/check/license.go +++ b/check/license.go @@ -5,7 +5,7 @@ import ( "os/exec" ) -// License is the check for the existance of a license file +// License is the check for the existence of a license file type License struct { Dir string Filenames []string