Browse Source

Fix typo in Makefile.

Mark S 10 years ago
parent
commit
83fe3f5cec
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Makefile

+ 3 - 3
Makefile

@@ -41,7 +41,7 @@ help:
 	@echo "  Publish the dist/cakephp-VERSION.zip to github."
 	@echo "  Publish the dist/cakephp-VERSION.zip to github."
 	@echo ""
 	@echo ""
 	@echo "components"
 	@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 ""
 	@echo "test"
 	@echo "test"
 	@echo "  Run the tests for CakePHP."
 	@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
 .PHONY: publish release
 
 
 publish: guard-VERSION guard-GITHUB_USER dist/cakephp-$(DASH_VERSION).zip
 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 release.json
 	rm id.txt
 	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: $(foreach component, $(COMPONENTS), component-$(component))
 components-tag: $(foreach component, $(COMPONENTS), tag-component-$(component))
 components-tag: $(foreach component, $(COMPONENTS), tag-component-$(component))