Fix class name in build system tutorials (#7346)

AutoTools -> Autotools
This commit is contained in:
Mario Melara 2018-02-27 20:15:35 -08:00 committed by Todd Gamblin
parent 0e326c9687
commit 14e3eb78a7
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
from spack import *
class Mpileaks(AutoToolsPackage):
class Mpileaks(AutotoolsPackage):
"""Tool to detect and report leaked MPI objects like MPI_Requests and
MPI_Datatypes."""

View file

@ -25,7 +25,7 @@
from spack import *
class Mpileaks(AutoToolsPackage):
class Mpileaks(AutotoolsPackage):
"""Tool to detect and report leaked MPI objects like MPI_Requests and
MPI_Datatypes."""