spack create : fixed typo
This commit is contained in:
parent
e8dafd1090
commit
012da99644
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user