Fix typo.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@214768 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Albert 2014-08-04 20:27:45 +00:00
parent 529d303340
commit c09c2865b9

View File

@ -209,7 +209,7 @@ for feature, loc in locales[platform.system()].items():
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.