diff --git a/Makefile b/Makefile index 5842df041..5ed644dcb 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ endif .PHONY: install install: if [ -d "$(CARAVEL_ROOT)" ]; then\ - echo "Deleting exisiting $(CARAVEL_ROOT)" && \ + echo "Deleting existing $(CARAVEL_ROOT)" && \ rm -rf $(CARAVEL_ROOT) && sleep 2;\ fi echo "Installing $(CARAVEL_NAME).."