docs: fix typo in multiple build systems (#33965)

This commit is contained in:
Harmen Stoppels
2022-11-17 15:20:10 +01:00
committed by GitHub
parent f00e411287
commit cc2d0eade6

View File

@@ -3525,7 +3525,7 @@ will likely contain some overriding of default builder methods:
def cmake_args(self):
pass
class Autotoolsbuilder(spack.build_systems.autotools.AutotoolsBuilder):
class AutotoolsBuilder(spack.build_systems.autotools.AutotoolsBuilder):
def configure_args(self):
pass