From 14e3eb78a7b5c4f7b69ff62db7d4701d101cf850 Mon Sep 17 00:00:00 2001 From: Mario Melara Date: Tue, 27 Feb 2018 20:15:35 -0800 Subject: Fix class name in build system tutorials (#7346) AutoTools -> Autotools --- lib/spack/docs/tutorial/examples/Autotools/0.package.py | 2 +- lib/spack/docs/tutorial/examples/Autotools/1.package.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/spack/docs/tutorial/examples/Autotools/0.package.py b/lib/spack/docs/tutorial/examples/Autotools/0.package.py index c84ed6de0b..9242fc2dcd 100644 --- a/lib/spack/docs/tutorial/examples/Autotools/0.package.py +++ b/lib/spack/docs/tutorial/examples/Autotools/0.package.py @@ -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.""" diff --git a/lib/spack/docs/tutorial/examples/Autotools/1.package.py b/lib/spack/docs/tutorial/examples/Autotools/1.package.py index eaf85322c1..1bb325bf79 100644 --- a/lib/spack/docs/tutorial/examples/Autotools/1.package.py +++ b/lib/spack/docs/tutorial/examples/Autotools/1.package.py @@ -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.""" -- cgit v1.2.3-70-g09d2