From 53dfaef69a6e932b81ca8ceb0df510b8214fabd4 Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Fri, 4 Jun 2021 18:18:55 +0900 Subject: [PATCH] fix misspell --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df2001c..dce3bdf 100644 --- a/Makefile +++ b/Makefile @@ -27,4 +27,4 @@ start: misspell: @[ -x "$(shell which misspell)" ] || go install ./vendor/github.com/client9/misspell/cmd/misspell - find . -name '*.go' -not -path './vendor/*' -not -path './_repos/*' -not -path './download/test_downloads/*' -not -path './check/testrepo/*' | xargs misspell -error + find . -name '*.go' -not -path './vendor/*' -not -path './_repos/*' -not -path './download/test_downloads/*' -not -path './check/testdata/*' | xargs misspell -error