From ca5e9acc3bf5395c950ea5ee112fd92bbec6693a Mon Sep 17 00:00:00 2001 From: Joshua Tolley Date: Mon, 3 May 2010 15:36:05 -0600 Subject: [PATCH] Fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 557c01f..bea670e 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ all: check_revision check_revision: ifeq ($(PARROT_IS_INSECURE),1) @echo "***************** SECURITY WARNING ************" - @echo "This version of Parrot (r$(PARROTREVISION)) does not support the seucrity features that PL/Parrot needs to prevent filesystem access" + @echo "This version of Parrot (r$(PARROTREVISION)) does not support the security features that PL/Parrot needs to prevent filesystem access" @echo "***********************************************" else @echo "Found a sufficiently new version of Parrot r$(PARROTREVISION)"