Fix class name in build system tutorials (#7346)
AutoTools -> Autotools
This commit is contained in:

committed by
Todd Gamblin

parent
0e326c9687
commit
14e3eb78a7
@@ -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."""
|
||||
|
||||
|
Reference in New Issue
Block a user