From affc29aca56d8777966f0a5a3b3a01dd5d3dffb2 Mon Sep 17 00:00:00 2001 From: sjaz Date: Wed, 3 Jun 2009 15:51:46 +0000 Subject: [PATCH] Typo fix in ./Config git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2309 5417fbe8-f217-4b02-8779-1006273d7864 --- Config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config b/Config index 1c3058d0b..c883488fc 100755 --- a/Config +++ b/Config @@ -368,7 +368,7 @@ if [ "$USE_RUN_CC_PL" = "yes" ] ; then TEMP_YN="y" fi echo "You can optionally have the build run through run-cc.pl, which will" -echo "cause warnings and errors (if any) to be colored yellow and run," +echo "cause warnings and errors (if any) to be colored yellow and red," echo "respectively. This relies on Perl being installed, so if you say yes" echo "to this without Perl, the option will be ignored." echo "NOTE: If you are using MinGW, it is NOT recommended to say yes to"