spack create : fixed typo

This commit is contained in:
alalazo 2016-10-22 00:10:37 +02:00
parent e8dafd1090
commit 012da99644

View File

@ -277,7 +277,7 @@ def setup_parser(subparser):
class BuildSystemGuesser(object): class BuildSystemGuesser(object):
_choiches = { _choices = {
'autotools': AutotoolsGuess, 'autotools': AutotoolsGuess,
'cmake': CMakeGuess, 'cmake': CMakeGuess,
'scons': SconsGuess, 'scons': SconsGuess,