Fix typo.

llvm-svn: 214768
This commit is contained in:
Dan Albert 2014-08-04 20:27:45 +00:00
parent 906ae46d57
commit 48e28e09bb
1 changed files with 1 additions and 1 deletions

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.