diff options
author | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-06-03 15:51:46 +0000 |
---|---|---|
committer | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-06-03 15:51:46 +0000 |
commit | affc29aca56d8777966f0a5a3b3a01dd5d3dffb2 (patch) | |
tree | 42fa07583012b5f1e02c08fedb8f286aabd2c473 /Config | |
parent | 3bd357725af126260e3ce9525f708f642e9c93a4 (diff) |
Typo fix in ./Config
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2309 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'Config')
-rwxr-xr-x | Config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |