forked from kevadesu/forgejo
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>
This commit is contained in:
parent
e0296b6a6d
commit
fc1607b368
3 changed files with 5 additions and 5 deletions
2
Makefile
2
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue