From 83fe3f5ceca4feb20afd02ce7c88029685ba60ae Mon Sep 17 00:00:00 2001 From: Mark S Date: Tue, 22 Dec 2015 14:55:04 +0100 Subject: [PATCH] Fix typo in Makefile. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 846a9afb5e3..595f65bbc95 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ help: @echo " Publish the dist/cakephp-VERSION.zip to github." @echo "" @echo "components" - @echo " Split each of the public namespaces into separate repos and push the to github." + @echo " Split each of the public namespaces into separate repos and push the to Github." @echo "" @echo "test" @echo " Run the tests for CakePHP." @@ -128,7 +128,7 @@ package: dist/cakephp-$(DASH_VERSION).zip -# Tasks to publish zipballs to github. +# Tasks to publish zipballs to Github. .PHONY: publish release publish: guard-VERSION guard-GITHUB_USER dist/cakephp-$(DASH_VERSION).zip @@ -153,7 +153,7 @@ publish: guard-VERSION guard-GITHUB_USER dist/cakephp-$(DASH_VERSION).zip rm release.json rm id.txt -# Tasks for publishing separate reporsitories out of each cake namespace +# Tasks for publishing separate repositories out of each CakePHP namespace components: $(foreach component, $(COMPONENTS), component-$(component)) components-tag: $(foreach component, $(COMPONENTS), tag-component-$(component))