From 449411e5113084da323d265f1b1313d9a5ca64aa Mon Sep 17 00:00:00 2001
From: Eelco Dolstra <e.dolstra@tudelft.nl>
Date: Fri, 31 Oct 2003 19:20:03 +0000
Subject: [PATCH] * Typo fix.

---
 externals/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/externals/Makefile.am b/externals/Makefile.am
index c644c0569..117973fa3 100644
--- a/externals/Makefile.am
+++ b/externals/Makefile.am
@@ -60,7 +60,7 @@ SDF2 = sdf2-bundle-1.6
 $(SDF2).tar.gz:
 	@echo "Nix requires the SDF2 bundle to build."
 	@echo "Please download version 1.6 from"
-	@echo "  ftp://ftp.stratego-language.org/pub/stratego/sdf2/sdf2-bundle-1.6.tar.gzP"
+	@echo "  ftp://ftp.stratego-language.org/pub/stratego/sdf2/sdf2-bundle-1.6.tar.gz"
 	@echo "and place it in the externals/ directory."
 	false
 
-- 
GitLab