Fix spelling error

Co-Authored-By: Diederik Loerakker <proto@protolambda.com>
This commit is contained in:
Carl Beekhuizen 2019-06-30 17:53:21 +02:00 committed by GitHub
parent fa7f80157d
commit 90bba0348c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ COV_INDEX_FILE=$(PY_SPEC_DIR)/$(COV_HTML_OUT)/index.html
all: $(PY_SPEC_ALL_TARGETS) $(YAML_TEST_DIR) $(YAML_TEST_TARGETS)
# deletes everything excpet the venvs
# deletes everything except the venvs
partial_clean:
rm -rf $(YAML_TEST_DIR)
rm -rf $(GENERATOR_VENVS)