diff --git a/cookiecutter-django-app/{{cookiecutter.repo_name}}/Makefile b/cookiecutter-django-app/{{cookiecutter.repo_name}}/Makefile index cc3b53dd..6a61dc6d 100644 --- a/cookiecutter-django-app/{{cookiecutter.repo_name}}/Makefile +++ b/cookiecutter-django-app/{{cookiecutter.repo_name}}/Makefile @@ -114,7 +114,7 @@ build_dummy_translations: extract_translations dummy_translations compile_transl validate_translations: build_dummy_translations detect_changed_source_translations ## validate translations install_transifex_client: ## Install the Transifex client - # Instaling client will skip CHANGELOG and LICENSE files from git changes + # Installing client will skip CHANGELOG and LICENSE files from git changes # so remind the user to commit the change first before installing client. git diff -s --exit-code HEAD || { echo "Please commit changes first."; exit 1; } curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash diff --git a/cookiecutter-django-ida/{{cookiecutter.repo_name}}/Makefile b/cookiecutter-django-ida/{{cookiecutter.repo_name}}/Makefile index fed2fba0..34bda9c1 100644 --- a/cookiecutter-django-ida/{{cookiecutter.repo_name}}/Makefile +++ b/cookiecutter-django-ida/{{cookiecutter.repo_name}}/Makefile @@ -200,7 +200,7 @@ selfcheck: ## check that the Makefile is well-formed @echo "The Makefile is well-formed." install_transifex_client: ## Install the Transifex client - # Instaling client will skip CHANGELOG and LICENSE files from git changes + # Installing client will skip CHANGELOG and LICENSE files from git changes # so remind the user to commit the change first before installing client. git diff -s --exit-code HEAD || { echo "Please commit changes first."; exit 1; } curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash diff --git a/cookiecutter-xblock/{{cookiecutter.repo_name}}/Makefile b/cookiecutter-xblock/{{cookiecutter.repo_name}}/Makefile index bc62c5e5..97ce0d3c 100644 --- a/cookiecutter-xblock/{{cookiecutter.repo_name}}/Makefile +++ b/cookiecutter-xblock/{{cookiecutter.repo_name}}/Makefile @@ -87,7 +87,7 @@ pull_translations: ## pull translations from transifex cd $(PACKAGE_NAME) && i18n_tool transifex pull install_transifex_client: ## Install the Transifex client - # Instaling client will skip CHANGELOG and LICENSE files from git changes + # Installing client will skip CHANGELOG and LICENSE files from git changes # so remind the user to commit the change first before installing client. git diff -s --exit-code HEAD || { echo "Please commit changes first."; exit 1; } curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash