diff --git a/lib/spack/spack/build_systems/ctest.py b/lib/spack/spack/build_systems/ctest.py index 042bf6432af..12a10e68561 100644 --- a/lib/spack/spack/build_systems/ctest.py +++ b/lib/spack/spack/build_systems/ctest.py @@ -22,7 +22,7 @@ class CTestBuilder(spack.build_systems.cmake.CMakeBuilder): """ - This builider mirrors the behavior of a CMakeBuilder, but all commands are run through + This builder mirrors the behavior of a CMakeBuilder, but all commands are run through CTest. This ensures that xml files are created through CTest. This provides a unified buildstamp and improved xml over the spack generated ones.