[libcxx] r214768 - Fix typo.

Dan Albert danalbert at google.com
Mon Aug 4 13:27:45 PDT 2014


Author: danalbert
Date: Mon Aug  4 15:27:45 2014
New Revision: 214768

URL: http://llvm.org/viewvc/llvm-project?rev=214768&view=rev
Log:
Fix typo.

Modified:
    libcxx/trunk/test/lit.cfg

Modified: libcxx/trunk/test/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/lit.cfg?rev=214768&r1=214767&r2=214768&view=diff
==============================================================================
--- libcxx/trunk/test/lit.cfg (original)
+++ libcxx/trunk/test/lit.cfg Mon Aug  4 15:27:45 2014
@@ -209,7 +209,7 @@ for feature, loc in locales[platform.sys
         locale.setlocale(locale.LC_ALL, loc)
         config.available_features.add('locale.{}'.format(feature))
     except:
-        lit_config.warning('The locale {} is not supported by your platoform. '
+        lit_config.warning('The locale {} is not supported by your platform. '
                            'Some tests will be unsupported.'.format(loc))
 
 # Gather various compiler parameters.





More information about the cfe-commits mailing list