From: Antonio Ospite <ospite@studenti.unina.it>
Date: Mon, 18 Nov 2013 16:58:14 +0000 (+0100)
Subject: Makefile: fix typo s/INTALLATION/INSTALLATION/
X-Git-Tag: v0.3~10
X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/8a64204e8ee7df142b5f844d4d49e8608f724c1f?ds=sidebyside

Makefile: fix typo s/INTALLATION/INSTALLATION/

Thanks-to: gregor herrmann <gregoa@debian.org>
---

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"