[svn:parrot] r44993 - trunk/config/auto

petdance at svn.parrot.org petdance at svn.parrot.org
Thu Mar 18 04:58:12 UTC 2010


Author: petdance
Date: Thu Mar 18 04:58:12 2010
New Revision: 44993
URL: https://trac.parrot.org/parrot/changeset/44993

Log:
fix some teeny spelling

Modified:
   trunk/config/auto/warnings.pm

Modified: trunk/config/auto/warnings.pm
==============================================================================
--- trunk/config/auto/warnings.pm	Thu Mar 18 04:50:47 2010	(r44992)
+++ trunk/config/auto/warnings.pm	Thu Mar 18 04:58:12 2010	(r44993)
@@ -154,7 +154,7 @@
     $gcc->{'basic'} = [ @gcc_or_gpp ];
     $gpp->{'basic'} = [ @gcc_or_gpp ];
 
-    # Add some gcc only warnings that would break g++
+    # Add some gcc-only warnings that would break g++
     push @{$gcc->{'basic'}}, qw(
         -Wbad-function-cast
         -Wc++-compat


More information about the parrot-commits mailing list