From a16350df69bb5b9f56b323ed40c547b647ed58f9 Mon Sep 17 00:00:00 2001 From: Zack Galbreath Date: Sat, 14 Dec 2024 08:22:46 -0500 Subject: [PATCH] Fix typo in ci/README.md (#48114) --- lib/spack/spack/ci/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/spack/ci/README.md b/lib/spack/spack/ci/README.md index 6abcee60074..f3da47c2cd9 100644 --- a/lib/spack/spack/ci/README.md +++ b/lib/spack/spack/ci/README.md @@ -22,7 +22,7 @@ All of the above functionality is defined in the `__init__.py` of the top-level ci module, and should be roughly the same for pipelines generated for any platform. -## CI platform specific funcionality +## CI platform specific functionality Functionality specific to CI platforms (e.g. gitlab, gha, etc.) should be defined in a dedicated module. In order to define a generator for a new