From 8a64204e8ee7df142b5f844d4d49e8608f724c1f Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Mon, 18 Nov 2013 17:58:14 +0100 Subject: [PATCH] Makefile: fix typo s/INTALLATION/INSTALLATION/ Thanks-to: gregor herrmann --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d0c6b07..03a7e41 100644 --- a/Makefile +++ b/Makefile @@ -29,5 +29,5 @@ install: installdocs install -m755 tweeper $(DESTDIR)$(TWEEPER_DIR) install -d $(DESTDIR)$(BIN_DIR) ln -sf $(TWEEPER_DIR)/tweeper $(DESTDIR)$(BIN_DIR)/tweeper - @echo -e "\n\nINTALLATION COMPLETE" + @echo -e "\n\nINSTALLATION COMPLETE" @echo -e "Make sure '$(PHP_SCRIPT_DIR)' is in PHP include_path!\n" -- 2.1.4