summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-08-01 12:52:42 +0200
committerGitHub <noreply@github.com>2021-08-01 03:52:42 -0700
commitf3059761830a0716504b04d25a4045c2f4ef4402 (patch)
tree8071ee5c84f35bc7a6238824cacfb44edffc3339 /Makefile
parent7fe106b9fef26478ba10a6f206baf70eee201d4a (diff)
downloadpython-coveragepy-git-f3059761830a0716504b04d25a4045c2f4ef4402.tar.gz
style: fix typos discovered by codespell (#1197)
python3 -m pip install codespell codespell --ignore-words-list="ba,cant,datas,hart,linke,ned,nin,overthere,upto" --skip="*.js" * Fix typos discovered by codespell * datas * intgers ==> integers
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 717c82b6..d65fc3f5 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,7 @@ kit: ## Make the source distribution.
kit_upload: ## Upload the built distributions to PyPI.
twine upload --verbose dist/*
-test_upload: ## Upload the distrubutions to PyPI's testing server.
+test_upload: ## Upload the distributions to PyPI's testing server.
twine upload --verbose --repository testpypi dist/*
kit_local: