Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eggyknap committed May 3, 2010
1 parent 4bd4e44 commit ca5e9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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)"
Expand Down

0 comments on commit ca5e9ac

Please sign in to comment.