Fix class name in build system tutorials (#7346)
AutoTools -> Autotools
This commit is contained in:
parent
0e326c9687
commit
14e3eb78a7
2 changed files with 2 additions and 2 deletions
|
@ -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."""
|
||||
|
||||
|
|
|
@ -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."""
|
||||
|
||||
|
|
Loading…
Reference in a new issue