summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorluzpaz <luzpaz@users.noreply.github.com>2021-07-08 08:55:09 -0400
committerGitHub <noreply@github.com>2021-07-08 14:55:09 +0200
commitfc1607b3686a5c8c79b9a7853c065a68dcd5218b (patch)
treeee62b9be19e5cba632bf481e8c36504b7c4a437b /Makefile
parente0296b6a6de6450c474fdf7fe62635a05beb49ab (diff)
downloadgitea-fc1607b3686a5c8c79b9a7853c065a68dcd5218b.tar.gz
gitea-fc1607b3686a5c8c79b9a7853c065a68dcd5218b.zip
Fix source typos (#16374)
* Fix source typos Follow up to e0296b6a6 Found via `codespell -q 3 -S ./options/locale,./vendor -L ba,pullrequest,pullrequests,readby` * rm "ignore destory on `make misspell-check`" Co-authored-by: 6543 <6543@obermui.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1fd4216dac..c07dfbf475 100644
--- a/Makefile
+++ b/Makefile
@@ -297,7 +297,7 @@ misspell-check:
GO111MODULE=off $(GO) get -u github.com/client9/misspell/cmd/misspell; \
fi
@echo "Running misspell-check..."
- @misspell -error -i unknwon,destory $(GO_SOURCES_OWN)
+ @misspell -error -i unknwon $(GO_SOURCES_OWN)
.PHONY: misspell
misspell: